ENABLE Reference Manual

ENABLE ATTRIBUTES
HEADINGS Attribute
HEADINGS Attribute
The HEADINGS attribute indicates the source of any screen-field
labels that are to appear within the box. If screen-field labels
are to appear, the value of this attribute indicates whether
headings or field names from the record description are used as
screen labels. The syntax of the HEADINGS attribute is:
-----------------------------------------------------------------
| |
| HEADINGS { DDLFIELDNAMES } |
| { DDLHEADINGS } |
| { NULL } |
| |
| DDLFIELDNAMES |
| |
| indicates that the application uses field names from the |
| record description as screen labels. |
| |
| DDLHEADINGS |
| |
| indicates that the application uses any headings specified |
| in the DDL record description as screen labels. |
| |
| NULL |
| |
| indicates that no screen labels are displayed for fields |
| within the box. |
| |
| The starting value of the HEADINGS attribute is |
| DDLFIELDNAMES. |
| |
-----------------------------------------------------------------
Consideration
If you set HEADINGS to DDLHEADINGS and the record description
does not identify a heading for a field, ENABLE uses the field
name as the screen label.
4-30