SHOW POPUP Command

See Also

Displays one or more menus defined with DEFINE POPUP without activating them.

Syntax

SHOW POPUP MenuName1 [, MenuName2 ...] | ALL
  [SAVE]

Arguments

MenuName1 [, MenuName2 ...]

Specifies the name of one or more menus to display.

ALL

Displays all currently defined menus.

SAVE

Retains an image of the specified menus without activating them. The menu images can be cleared with CLEAR.

Remarks

The menus are displayed but can't be used. Before they can be shown, the menus must first be created with DEFINE POPUP.