Difference between revisions of "SET SYSMENU"

From Recital Documentation Wiki
Jump to: navigation, search
Line 1: Line 1:
=SET SYSMENU=
 
 
 
 
==Class==
 
==Class==
 
Recital Terminal Developer Environment
 
Recital Terminal Developer Environment
Line 15: Line 12:
  
 
==See Also==
 
==See Also==
[[SET COMMANDWINDOW]]
+
[[CLEAR MENUS]], [[Configuration Files]], [[Function Keys]], [[SET COMMANDWINDOW]]
  
  
Line 21: Line 18:
 
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.
 
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
+
 
 +
====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.
 
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==
 
==Example==
<pre>
+
<code lang="recital">
set sysmenu off</pre>
+
set sysmenu off
 +
</code>
  
  

Revision as of 11:53, 20 April 2009

Class

Recital Terminal Developer Environment


Purpose

Enable or disable the system menu


Syntax

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


See Also

CLEAR MENUS, Configuration Files, Function Keys, SET COMMANDWINDOW


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 Terminal Developer