<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.

  • Default = .F.

  • .T. = Inverts the search by specifying that you want all records that do not match the current field value.

Description

The <OBJECT>.QUICKSRCHEXPLICIT() method applies to:

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

Form Functions and Methods, Browse Functions and Methods