Xbasic
OBJECT.QUICKSORTMULTIFLD Function
Syntax
.Quicksortmultifld()
Description
Displays the Custom Sort dialog.
The <OBJECT>.QUICKSORTMULTIFLD() 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>.QUICKSORTMULTIFLD() method displays the Custom Sort dialog box.
Example
dim ptr as P
ptr = form.view("Customer Information")
ptr.QuickSortMultiFld()Limitations
Desktop applications only.
See Also