•
|
•
|
The Save as... field when picked will load and display the form !!SaveFile. By convention, the text on a menu field leading to a form ends with three dots, which you must include with the text displayed for the field.
|
•
|
The SEPARATOR, usually a line, will appear after the previous field.
|
•
|
The Pull-right1 field when picked will display the sub-menu !this.Pull1 to its right. A menu field leading to a sub-menu ends with a > symbol: this is added automatically.
|
A null string indicates no replacement-text. The allowable values for RTEXT for the different field types are:
‘CALLBACK’ - callback string
‘TOGGLE’ - callback string
‘MENU’ - menu name string (without preceding ‘.’). It cannot be blank.
‘FORM’ - form name string (without preceding ‘!!’). It cannot be blank.
|
|