Click or drag to resize

CursorFilterTypeFQualifierString Property

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.

Qualifier stringApplies to fieldtype(s)
Equal ToName, Calculation, E-mail, URL, Number, Selection, Sequence, Telephone, Text fields.
Not Equal ToName, Calculation, E-mail, URL, Number, Selection, Sequence, Telephone, Text fields.
Less ThanCalculation, Number, Sequence number fields.
Greater ThanCalculation, Number, Sequence number fields.
BetweenName, Calculation, Date, E-mail, URL, Number, Sequence number, Time fields.
TrueCheckbox fields.
FalseCheckbox fields.
CheckedCheckbox fields.
Not CheckedCheckbox fields.
YesCheckbox fields.
NoCheckbox fields.
BeforeDate, Time fields.
OnDate fields.
AtTime fields.
AfterDate, Time fields.
ContainsName, E-mail, URL, Telephone, Text fields.
Doesn't ContainName, E-mail, URL, Telephone, Text fields.
SharedN/A when used with fields.
LocalN/A when used with fields.
1Checkbox fields.
0Checkbox fields.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public string QualifierString { get; set; }

Property Value

Type: String

Implements

ICursorFilterTypeFQualifierString
See Also