Attribute Combinations

It is possible to specify multiple attributes for each field, and they are applied to the field in the sequence that they appear in the attribute list. For example, the sequence:

      <FieldName><CopyNo>BACKCOLOR: 255,255,255

This makes the font of the control Bold, in addition to setting the Foreground and Background colors. If there are multiple entries for the same field with duplicate or conflicting attributes, the last entry takes effect. For example, the following sequence sets the foreground color of the specified field to Blue, regardless of the previous settings:

<FieldName><CopyNo>BOLD
      <FieldName><CopyNo>FORECOLOR:Red
      <FieldName><CopyNo>BACKCOLOR:255,255,255
      <FieldName><CopyNo>FORECOLOR:Blue