4D v14.3BRING TO FRONT |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
BRING TO FRONT
|
BRING TO FRONT ( process ) | ||||||||
Parameter | Type | Description | ||||||
process | Longint |
![]() |
Process number of the process to pass to the frontmost level | |||||
BRING TO FRONT brings all the windows belonging to process to the front. If the process is already the frontmost process, the command does nothing. If the process is hidden, you must use SHOW PROCESS to display the process, otherwise BRING TO FRONT has no effect.
The Main and Design processes can be brought to the front using this command.
Note: When the process contains several windows and you want to pass a specific one to the front, it is preferable to use, for example, the SET WINDOW RECT command.
The following example is a method that can be executed from a menu. It checks to see if ◊vlAddCust_PID is the frontmost process. If not, the method brings it to the front:
If(Frontmost process#◊vlAddCust_PID)
BRING TO FRONT(◊vlAddCust_PID)
End if
Product: 4D
Theme: Process (User Interface)
Number:
326
Created: < 4D v6
HIDE PROCESS
Process state
SHOW PROCESS
4D Language Reference ( 4D v12.4)
4D Language Reference ( 4D v11 SQL Release 6)
4D Language Reference ( 4D v14 R3)
4D Language Reference ( 4D v14 R2)
4D Language Reference ( 4D v13.5)
4D Language Reference ( 4D v14.3)
4D Language Reference ( 4D v14 R4)