ENABLE Reference Manual

ENABLE SCREENS
Standard Screen Formats
HEADINGS The value of this attribute indicates the type of
labels, if any, that the application uses to
identify fields on the screen. The starting value
of this attribute is DDLFIELDNAMES, meaning the
application displays field names from the record
description as screen labels.
INCLUDE The value of this attribute identifies the order in
which the application displays screen field and
label pairs. If you supply a value for this
attribute but omit one or more fields from a record
description, the application does not display the
omitted field. The starting value of this
attribute is null, meaning all fields that are in
the record description appear on the screen in the
same order that they appear in the record
description.
SCREENFORMAT The value of this attribute identifies the screen
layout that the application uses for screen label
and field pairs. The starting value of this
attribute is UNCOMPRESSED, meaning the application
displays at most one screen label and field pair on
a screen line.
SIZE The value of this attribute identifies the number
of records that the application can display within
a box. The starting value of this attribute is 1.
TITLE The value of this attribute identifies the text
that the application displays as a screen title.
The default value of this attribute is the
application name.
VALUES The value of this attribute identifies the type of
initial values that the application displays for
screen fields. If VALUES is ON, the application
displays initial values from a record description.
The starting value of this attribute is OFF,
meaning that the application displays zeros or
blanks as initial values in screen fields.
7-2