Designates what type of form the filter builder panel has selected.
Namespace: P4s3WebAssembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
DROP_DOWN_LIST | 1 | Represents a single select drop down list. | |
LIST_BOX | 2 | Represents a multiple select drop down list. | |
TXT_FIELD | 3 | Represents a single entry text field. | |
DATE_FIELD | 4 | Represents a single entry text field for dates. | |
TIME_FIELD | 5 | Represents a single entry text field for time. | |
BETWEEN_VALUES_TXT | 6 | Represents a range of values specified by two text fields. | |
BETWEEN_VALUES_DATE | 7 | Represents a range of values specified by two text fields for dates. | |
BETWEEN_VALUES_TIME | 8 | Represents a range of values specified by two text fields for times. | |
BETWEEN_VALUES_LIST_CODED | 9 | Represents a range of values specified by the two drop down lists. |
See Also