<OBJECT>.QUICKSRCHEXPLICIT()
Syntax
<OBJECT>.QUICKSRCHEXPLICIT( Field_Name as C [, Exclude as L ] )
|
Argument |
Description |
|
Field_Name |
The name of a field on the form. |
|
Exclude |
Optional.
|
Description
The <OBJECT>.QUICKSRCHEXPLICIT() 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>.QUICKSRCHEXPLICIT() method filters the records in a form or browse based on the value of a field. This is the same as right clicking on a field and selecting Quick Filter For ....
Supported By
Alpha Five Version 5 and Above
Limitations
Desktop applications only.
Example
|
dim ptr as P ptr = form.view("Customer Information") ptr.QuickSortExplicit("lastname") |
See Also