version 3
SHOW PROCESS (process)
Parameter | Type | Description | |
process | Number | Process number of process to be shown |
Description
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.
Example
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)
See Also
BRING TO FRONT, HIDE PROCESS, Process state.