17. Forms Statements : set_frs Statement--Set FRS Features : Setting the Menu Map
 
Share this page                  
Setting the Menu Map
The menu map displays the association between the menu items and any control, function, or arrow keys to which they are mapped. The menumap constant turns the menu map on or off. The syntax for setting the menu map is:
set_frs frs (menumap = value)
The menumap constant does not take an object_name.
Value must be either 1 or 0, or an integer variable evaluating to 1 or 0. 1 turns the display of the menu map on; 0 turns the display off if it is currently on. The default setting for the menu map
is on.
The following example turns on the menu map and sets validation on the Menu key:
exec frs set_frs frs (menumap=1, validate(menu)=1);