Difference between revisions of "SHOW POPUP"
From Recital Documentation Wiki
Helengeorge (Talk | contribs) (→Class) |
Helengeorge (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Displays specified Xbase style pop-up menu to screen | Displays specified Xbase style pop-up menu to screen | ||
Line 27: | Line 25: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] | ||
[[Category:Menus]] | [[Category:Menus]] | ||
[[Category:Menus Commands]] | [[Category:Menus Commands]] |
Latest revision as of 16:10, 25 November 2009
Purpose
Displays specified Xbase style pop-up menu to screen
Syntax
SHOW POPUP <expC> [SAVE]
See Also
ACTIVATE POPUP, CLEAR POPUPS, DEFINE BAR, DEFINE POPUP, POPUP(), SET COMPATIBLE
Description
The SHOW POPUP command displays an Xbase style pop-up menu named <expC> to the screen. This command does not activate the specified pop-up menu. The command SET COMPATIBLE should be set ON when using Xbase style menus.
SAVE
The optional SAVE keyword can be used to automatically save the screen prior to the display of the popup and restore the screen when the popup is no longer hidden or exited.
Example
show popup popup_4
Products
Recital