Definition Attributes
Data Definition Language (DDL) Reference Manual — 426798-002
6 -4
DISPLAY Clause
DISPLAY Clause
The DISPLAY clause specifies a default format for field or group values listed on an
Enform report.
DDL ignores the DISPLAY clause when generating host-language source code.
display-format
consists of repeatable edit descriptors, nonrepeatable edit descriptors, and
modifiers, as described in the Enform Plus Reference Manual, under the AS
clause, or in the Guardian Programmer’s Guide, in the description of the
formatter.
constant-name
is the name of a constant in the open DDL dictionary. The constant value must be
a valid display-format value.
DISPLAY Clause Guidelines
The following points are guidelines for using the DISPLAY clause:
•
Display formats are essentially edit masks that control how the Enform product
displays listed values. For example, display formats can insert characters and
suppress leading zeros.
•
A display format specified in a DDL DISPLAY clause can be overridden by an
Enform AS clause.
DISPLAY Clause Examples
The description of the AS Clause in the Enform Plus Reference Manual contains
examples of all types of display formats.
The examples in
Table 6-2
on page 6-5 illustrate a commonly used format, the mask
edit descriptor.
DISPLAY {"display-format" | constant-name}
Содержание DDL D40
Страница 36: ...Introduction to DDL Data Definition Language DDL Reference Manual 426798 002 1 14 Examining a Dictionary ...
Страница 66: ...Named Constants Data Definition Language DDL Reference Manual 426798 002 4 10 Standard SPI Constants ...
Страница 230: ...Dictionary Manipulation Statements Data Definition Language DDL Reference Manual 426798 002 8 14 SHOW USE OF Statement ...
Страница 370: ...Dictionary Maintenance Data Definition Language DDL Reference Manual 426798 002 10 24 Converting a Dictionary ...
Страница 456: ...Sample Schemas Data Definition Language DDL Reference Manual 426798 002 B 12 ASSNDDL Statements ...
Страница 470: ...DDL Data Translation Data Definition Language DDL Reference Manual 426798 002 C 14 ...
Страница 528: ...Dictionary Reports Data Definition Language DDL Reference Manual 426798 002 E 8 Requesting Reports ...
Страница 552: ...DDL Alignment Rules Data Definition Language DDL Reference Manual 426798 002 H 4 FIELDALIGN_SHARED8 Alignment Rules ...
Страница 576: ...Index Data Definition Language DDL Reference Manual 426798 002 Index 22 Special Characters ...