ENABLE Reference Manual
ENABLE ATTRIBUTES
HEADINGS Attribute
For compatibility with previous versions, ENABLE also supports
the following values for the HEADINGS attribute:
ON is synonymous with DDLHEADINGS
OFF is synonymous with DDLFIELDNAMES
Example
If you generate an application by including the following
commands:
SET BOX RECORD parts
SET BOX HEADINGS DDLHEADINGS <- sets HEADINGS to
ADD BOX parts-1 DDLHEADINGS
SET APPL HEADINGS NULL <------- sets HEADINGS to NULL
SET APPL SCREENFORMAT COMPRESSED
SET BOX RECORD supplier
ADD BOX suppliers
RESET BOX HEADINGS <----------- resets HEADINGS to
... DDLFIELDNAMES
The application uses headings from the "parts" record description
as screen labels for the "parts-1" box. The application does not
display any labels for the "suppliers" box.
4-31