Xbasic
OBJECT.SPECIALQUERIES Function
Syntax
.Specialqueries()
Description
Displays the Select Filter dialog.
The <OBJECT>.SPECIALQUERIES() 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>.SPECIALQUERIES() method displays the Select Filter dialog box.
Example
The following example displays the Select Filter dialog box.
dim ptr as P ptr = form.load("Customer Information") ptr.SpecialQueries()
Limitations
Desktop applications only.
See Also