Form specification files / Form file structure |
The KEYS section can be used to define default key labels for the current form.
KEYS key-name = [%]"label" [...] [END]
The KEYS section can be used to define default key labels at the form level.
The KEYS section is optional in a form definition.
The END keyword is optional.
This feature is provided for backward compatibility, use action defaults to define action view texts.
KEYS F10 = "City list" F11 = "State list" F15 = "Validate" END