SHOW PROCESS

4D - Documentation   Français   English   German   Spanish   4D v11 SQL, Command Theme List   4D v11 SQL, Command Alphabetical List   4D v11 SQL, Constant Theme List   Back   Previous   Next

version 3


SHOW PROCESS (process)

ParameterTypeDescription
processNumberProcess 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.


4D - Documentation   Français   English   German   Spanish   4D v11 SQL, Command Theme List   4D v11 SQL, Command Alphabetical List   4D v11 SQL, Constant Theme List   Back   Previous   Next