Xbasic
OBJECT.QUICKSRCHMULTIFLD Function
Syntax
.Quicksrchmultifld()
Arguments
- Count
The number of matching records.
Description
Displays the Multi-field Quick Filter dialog.
The <OBJECT>.QUICKSRCHMULTIFLD() method applies to:
- Browses (for <OBJECT> use either the <BROWSE> pointer or the name of the browse)
- Forms (for <OBJECT> use either the <FORM> pointer or the name of the form)
The <OBJECT>.QUICKSRCHMULTIFLD() method displays the Multi-field Quick Filter dialog.
Example
dim ptr as P ptr = form.view("Customer Information") ? ptr.QuickSrchMultiFld() = 3.000000
Limitations
Desktop applications only.
See Also