ACTIVATE WINDOW COMMAND
ACTIVATE METHOD
  

Activates defined windows.

SYNTAX

COMMAND

ACTIVATE WINDOW <WindowName1>
[,<
WindowName2> ]
...
...
[,<
WindowNameN> ]  [ NOWAIT ]

ACTIVATE WINDOW ALL

Activates all defined windows.

METHOD

<WindowName>.Activate

Using this command, all defined windows will be activated simultaneously. All windows (excepting main) will be not visible at activation until show method be used to make them visible. NOAUTORELEASE style will be assumed for all non-main windows.
Main window should be defined prior to use this command.