Difference between revisions of "SET SYSMENU"

From Recital Documentation Wiki
Jump to: navigation, search
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Class==
 
Recital Terminal Developer Environment
 
 
 
 
==Purpose==
 
==Purpose==
 
Enable or disable the system menu
 
Enable or disable the system menu
Line 12: Line 8:
  
 
==See Also==
 
==See Also==
[[CLEAR MENUS]], [[Configuration Files]], [[Function Keys]], [[SET COMMANDWINDOW]]
+
[[CLEAR MENUS]], [[Configuration Files]], [[Function Keys]], [[SET COMMANDWINDOW]], [[SET RETAINMENU]]
  
  
Line 30: Line 26:
  
 
==Products==
 
==Products==
Recital Terminal Developer
+
Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]

Latest revision as of 15:33, 25 November 2009

Purpose

Enable or disable the system menu


Syntax

SET SYSMENU ON | OFF | (<expL>) |AUTOMATIC


See Also

CLEAR MENUS, Configuration Files, Function Keys, SET COMMANDWINDOW, SET RETAINMENU


Description

The SET SYSMENU command is used to enable or disable the system menu bar which displays along the top of the screen when you are at the interactive prompt. When SYSMENU is set OFF from the interactive prompt, the menu bar cannot be accessed with the [MENUBAR] key. When SYSMENU is set OFF from a config.db file, the menu bar is not displayed. When SYSMENU is set ON, pressing the [MENUBAR] key accesses the menu bar. If the menu bar has been disabled in a config.db file, SET SYSMENU ON will display the menu bar and enable the [MENUBAR] key to access it.


AUTOMATIC

The AUTOMATIC setting ensures that the system menu bar is visible during program execution, allowing access to the appropriate menu items according to the current command.


Example

set sysmenu off


Products

Recital