Difference between revisions of "POPUP()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Function to return the name of the active pop-up menu | Function to return the name of the active pop-up menu | ||
Line 12: | Line 8: | ||
==See Also== | ==See Also== | ||
− | [[ACTIVATE POPUP]], [[ | + | [[ACTIVATE POPUP]], [[BAR()]], [[BARCOUNT()]], [[BARPROMPT()]], [[DEFINE BAR]], [[DEFINE MENU]], [[DEFINE POPUP]], [[MENU()]], [[MENUITEM()]], [[ON BAR]], [[ON EXIT BAR]], [[ON EXIT MENU]], [[ON EXIT POPUP]], [[ON POPUP]], [[ON SELECTION BAR]], [[ON SELECTION MENU]], [[ON SELECTION POPUP]], [[PAD()]], [[PROMPT()]], [[SET COMPATIBLE]] |
Line 27: | Line 23: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
+ | [[Category:Menus]] | ||
+ | [[Category:Menus Functions]] |
Latest revision as of 14:43, 7 December 2009
Purpose
Function to return the name of the active pop-up menu
Syntax
POPUP()
See Also
ACTIVATE POPUP, BAR(), BARCOUNT(), BARPROMPT(), DEFINE BAR, DEFINE MENU, DEFINE POPUP, MENU(), MENUITEM(), ON BAR, ON EXIT BAR, ON EXIT MENU, ON EXIT POPUP, ON POPUP, ON SELECTION BAR, ON SELECTION MENU, ON SELECTION POPUP, PAD(), PROMPT(), SET COMPATIBLE
Description
The POPUP() function returns the name of the last Xbase style pop-up menu activated, which has not been deactivated. The command SET COMPATIBLE must be set ON when using Xbase style menus.
Example
? popup() popup_3
Products
Recital