Difference between revisions of "SHOW MENU"

From Recital Documentation Wiki
Jump to: navigation, search
 
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=SHOW MENU=
 
 
 
==Class==
 
Menus
 
 
 
 
==Purpose==
 
==Purpose==
 
Displays an Xbase style menu on the screen without activating it
 
Displays an Xbase style menu on the screen without activating it
Line 15: Line 8:
  
 
==See Also==
 
==See Also==
[[ACTIVATE MENU]], [[CLEAR]], [[CLEAR MENU]], [[DEFINE MENU]], [[DEFINE PAD]], [[SET COMPATIBLE]]
+
[[ACTIVATE MENU]], [[CLEAR]], [[CLEAR MENUS]], [[DEFINE MENU]], [[DEFINE PAD]], [[SET COMPATIBLE]]
  
  
Line 21: Line 14:
 
The SHOW MENU command displays the specified Xbase style menu named <expC1> over any existing display.  The SHOW MENU command does not activate the menu.  The command SET COMPATIBLE should be set ON when using Xbase style menus.
 
The SHOW MENU command displays the specified Xbase style menu named <expC1> over any existing display.  The SHOW MENU command does not activate the menu.  The command SET COMPATIBLE should be set ON when using Xbase style menus.
  
PAD <expC>
+
====PAD <expC2>====
 
The PAD option highlights the specified pad name <expC2> when the menu displays.
 
The PAD option highlights the specified pad name <expC2> when the menu displays.
  
Line 32: Line 25:
  
 
==Products==
 
==Products==
Recital Mirage Server, Recital Terminal Developer
+
Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 +
[[Category:Menus]]
 +
[[Category:Menus Commands]]

Latest revision as of 16:12, 25 November 2009

Purpose

Displays an Xbase style menu on the screen without activating it


Syntax

SHOW MENU <expC1> [PAD <expC2>]


See Also

ACTIVATE MENU, CLEAR, CLEAR MENUS, DEFINE MENU, DEFINE PAD, SET COMPATIBLE


Description

The SHOW MENU command displays the specified Xbase style menu named <expC1> over any existing display. The SHOW MENU command does not activate the menu. The command SET COMPATIBLE should be set ON when using Xbase style menus.

PAD <expC2>

The PAD option highlights the specified pad name <expC2> when the menu displays.


Example

show menu sort_men


Products

Recital