BRING TO FRONT

4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next

version 3


BRING TO FRONT (process)

ParameterTypeDescription
processNumberProcess number of the process to
pass to the frontmost level

Description

BRING TO FRONT brings all the windows belonging to process to the front. The order of the windows is retained. 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 User/Custom Menus and Design processes can be brought to the front using this command.

Example

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

See Also

HIDE PROCESS, Process state, SHOW PROCESS.


4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next