FieldFilterOptions Element

The FieldFilterOptions element is used in the HeaderPattern sections of FLDTYPES.XML to display filtered drop-down menus.

Syntax

<FieldFilterOptions
  AllItems = "Text"
  BooleanFalse = "Yes" | "No"
  BooleanTrue = "Yes" | "No"
  NullString = "Text">
</FieldFilterOptions>

Attributes

Name Description
AllItems Required Text. Specifies a localized string to be displayed on filtering a drop-down list to indicate all items.
BooleanFalse Required Text. Specifies the string displayed if the user wants to select rows based on the falseness of a Boolean field.
BooleanTrue Required Text. Specifies the string displayed if the user wants to select rows based on the trueness of a Boolean field.
NullString Required Text. Specifies the text that is displayed in order to represent an empty item.
Parent Elements
Case

Example

The following selection from FLDTYPES.XML defines options for filtering.

<FieldFilterOptions BooleanTrue="Yes" BooleanFalse="No" NullString="(Empty)" AllItems="(All)">