|
In some applications, it is preferable to hide the End
button in Record View. To enable this and similar features, several new scripting
commands have been added. These statements should be used in the OPEN event for the
relevant form.
ENABLE [ ENDBUTTON | NAVBUTTONS
| ICONS | MENUS | SHORTCUTS]
DISABLE [ ENDBUTTON | NAVBUTTONS
| ICONS | MENUS | SHORTCUTS]
ENDBUTTON
Shows/hides the End-button in both Record View and Field View.
NAVBUTTONS
Shows/hides the navigation buttons in Record View.
ICONS
Shows/hides the timestamp/datestamp icons in text fields in Field View.
MENUS
Disables certain menu items including
- Clone
- Mark All Changed
- Print
- Print All
- Acquire Barcode
- Acquire GPS
SHORTCUTS
Shows/hides the shortcut icons in Record View. See below.
|