Difference between revisions of "POPUP()"

From Recital Documentation Wiki
Jump to: navigation, search
(Class)
 
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 25: Line 23:
  
 
==Products==
 
==Products==
Recital Mirage Server, Recital Terminal Developer
+
Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
[[Category:Menus]]
 
[[Category:Menus]]
 
[[Category:Menus Functions]]
 
[[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