Difference between revisions of "SET MENU"
From Recital Documentation Wiki
		
		
		
| Yvonnemilne  (Talk | contribs) | Helengeorge  (Talk | contribs)  | ||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| ==Purpose== | ==Purpose== | ||
| Determines whether a function key menu is displayed with full screen forms commands | Determines whether a function key menu is displayed with full screen forms commands | ||
| Line 15: | Line 8: | ||
| ==See Also== | ==See Also== | ||
| − | + | [[APPEND]], [[BROWSE]], [[CHANGE]], [[EDIT]], [[Function Keys]], [[INSERT]], [[QUERY]], [[SET FORMAT]], [[SET HELP]] | |
| ==Description== | ==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  | + | 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 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== | ==Example== | ||
| − | < | + | <code lang="recital"> | 
| set menu off | set menu off | ||
| use patrons index events, dates, names | use patrons index events, dates, names | ||
| set filter to event = "BALLET" | set filter to event = "BALLET" | ||
| − | browse</ | + | browse</code> | 
| ==Products== | ==Products== | ||
| − | Recital  | + | Recital   | 
| + | [[Category:Documentation]] | ||
| + | [[Category:Commands]] | ||
| + | [[Category:Set_Commands|MENU]] | ||
| + | [[Category:Screen Forms]] | ||
| + | [[Category:Screen Forms Set Commands]] | ||
| + | [[Category:Menus]] | ||
| + | [[Category:Menus Set Commands]] | ||
Latest revision as of 16:22, 23 November 2009
Purpose
Determines whether a function key menu is displayed with full screen forms commands
Syntax
SET MENU ON | OFF | (<expL>)
See Also
APPEND, BROWSE, CHANGE, EDIT, Function Keys, INSERT, QUERY, SET FORMAT, SET HELP
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 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
