Difference between revisions of "SET MENU"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 32: | Line 32: | ||
==Products== | ==Products== | ||
Recital Terminal Developer | Recital Terminal Developer | ||
+ | [[Category:Documentation]] | ||
+ | [[Category:Commands]] | ||
+ | [[Category:Set_Commands]] |
Revision as of 17:12, 10 March 2009
Contents
SET MENU
Class
Screen Environment
Purpose
Determines whether a function key menu is displayed with full screen forms commands
Syntax
SET MENU ON | OFF | (<expL>)
See Also
SET HELP, APPEND, CHANGE, EDIT, INSERT, BROWSE, QUERY
Description
If SET MENU is ON, a function/control key menu is displayed at the top of the screen during full screen forms based commands such as APPEND, CHANGE, EDIT, INSERT, BROWSE and QUERY. In a system generated form, pressing the [TAB] key toggles the menu on and off. If a user defined form has been selected with the SET FORMAT TO command, no menu is displayed initially, however the [TAB] key toggles the display of a popup key help menu. By default, MENU is ON.
Example
set menu off use patrons index events, dates, names set filter to event = "BALLET" browse
Products
Recital Terminal Developer