GShow Statement
Applies To
Form
Description
GShow displays a form as a non-modal window.
Usage
GShow Form
- Form
- Name of a form or string variable containing a form name. You can also supply a system form ID to show one of the following system windows:
- WIN_IOMON
- Opens the I/O Monitor window.
- WIN_TASKMGR
- Opens the Task Manager window.
- WIN_FORCEMON
- Opens the Force Monitor window.
- WIN_SIMULATOR
- Opens the Simulator window.
See Also
GClose, GShowDialog
Example
GShow frmIODiags
GShow WIN_TASKMGR