Attribute list

The attribute-list as used in the ATTRIBUTES syntax describes the decoration and behavior of form items.

Syntax

attribute [ = { value | value-list } ] [,...]
where value-list is:
( { value | value-list } [,...])
Note:
  1. attribute identifies the attribute.
  2. value is a string, date or numeric literal, or predefined constant like TODAY.
  3. value-list is a set of values separated by comma, supporting subset definitions as in "(1,(21,22),(31,32,33))".

Usage

The attribute list can by used, for example, to supply a default value, limit the values that can be entered, or set the text and color of the Form Item.