This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20 R7
SHOW PROCESS
|
SHOW PROCESS ( process ) | ||||||||
Parameter | Type | Description | ||||||
process | Longint |
![]() |
Process number of process to be shown | |||||
SHOW PROCESS displays all the windows belonging to process. This command does not bring the windows of process to the frontmost level. To do this, use the BRING TO FRONT command.
If the process was already displayed, the command has no effect.
The following example displays a process called Customers, if it has been previously hidden. The process reference to the Customers process is stored in the interprocess variable ◊Customers:
SHOW PROCESS(◊Customers)
Product: 4D
Theme: Process (User Interface)
Number:
325
Created: < 4D v6
4D Language Reference ( 4D v20 R7)