ENABLE Reference Manual
ENABLE ATTRIBUTES
INCLUDE Attribute
you reorder the elementary fields of both "aa" and "bb." Because
these fields are reordered, an application that uses box "zing"
displays these fields as follows:
ABC BB
DDD _
+ AA
BBB _
CCC _
BB
EEE _
Notice that the application can use field "bbb," the first
elementary field of the composite key "ABC," as an alternate key
field. After you add the box for which the value of the INCLUDE
attribute applies, you should use the RESET command to reset
INCLUDE to its starting value.
Examples
The following example of the INCLUDE attribute command includes
fields named "partno," "partname," and "price":
SET BOX INCLUDE (partno, partname, price)
To display only one field from a record description, you can
enter:
SET BOX INCLUDE partno
4-35