BaseCursorFilter Properties |
The BaseCursorFilter type exposes the following members.
| Name | Description | |
|---|---|---|
| ClauseNumber |
Returns ClauseNumber for use in derived classes.
Should be a value between 1 and 8.
| |
| Except |
Except flag. Set to true to create a Except (NOT) filter.
| |
| FiltertypeIdentifier |
String representing the filtertype identifier for use in a Commence DDE request.
| |
| OrFilter |
Defines AND/OR filter logic. Set to true to make filter an OR filter. Defaults to 'AND'.
The relationship applies to the next filter you set (just like in the Commence UI) so do not set to true unless you define an additional filter, otherwise your will get all items. Keep in mind the special grouping Commence uses for filters: [[1 and/or2] and/or [3 and/or 4]] and/or [[5 and/or 6] and/or [7 and/or 8]]. |