CursorFilterTypeF Properties |
The CursorFilterTypeF type exposes the following members.
| Name | Description | |||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ClauseNumber |
Returns ClauseNumber for use in derived classes.
Should be a value between 1 and 8.
(Inherited from BaseCursorFilter.) | |||||||||||||||||||||||||||||||||||||||||||||
| Except |
Except flag. Set to true to create a Except (NOT) filter.
(Inherited from BaseCursorFilter.) | |||||||||||||||||||||||||||||||||||||||||||||
| FieldName |
Field to evaluate.
| |||||||||||||||||||||||||||||||||||||||||||||
| FieldValue |
Fieldvalue to evaluate. Ignored when Between qualifier is used.
| |||||||||||||||||||||||||||||||||||||||||||||
| FilterBetweenEndValue |
End value (inclusive) for filters with Between qualifier. Used only with Between qualifier.
When this property is set, you must also set FilterStartEndValue.
| |||||||||||||||||||||||||||||||||||||||||||||
| FilterBetweenStartValue |
Start value (inclusive) for filters with Between qualifier. Used only with Between qualifier.
When this property is set, you must also set FilterBetweenEndValue.
| |||||||||||||||||||||||||||||||||||||||||||||
| FiltertypeIdentifier |
String representing the filtertype identifier for use in a Commence DDE request.
(Overrides BaseCursorFilterFiltertypeIdentifier.) | |||||||||||||||||||||||||||||||||||||||||||||
| MatchCase |
Case-sensitive parameter. Set to true for case-sensitive filter. Defaults to false.
| |||||||||||||||||||||||||||||||||||||||||||||
| OrFilter |
Defines AND/OR filter logic. Set to true to make filter an OR filter. Defaults to 'AND'.
(Inherited from BaseCursorFilter.)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]]. | |||||||||||||||||||||||||||||||||||||||||||||
| Qualifier |
Convenience property for the qualifier for in .NET applications. This property takes precedence over QualifierString.
| |||||||||||||||||||||||||||||||||||||||||||||
| QualifierString |
String value specifying how to evaluate the filtervalue.
Not all qualifiers can be used on all field-types. See Commence ViewFilter documentation in DDE helpfile.
If you use COM, either use this member with the strings listed below, or supply the FilterQualifier enum value to Qualifier. .NET users are strongly encouraged to use Qualifier. List of valid qualifier strings and the fields they can be applied to.
| |||||||||||||||||||||||||||||||||||||||||||||
| Shared |
Filter for Local/Shared items.
| |||||||||||||||||||||||||||||||||||||||||||||
| SharedOptionSet |
Keep track of whether the 'shared/local' option was set
|