<OBJECT>.IndexSetDialog()
Syntax
<OBJECT>.IndexSetDialog()
Description
The <OBJECT>.IndexSetDialog() 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 .IndexSetDialog() method displays the Primary Index or Query dialog box.
Supported By
Alpha Five Version 6 and Above
Limitations
Desktop applications only.
Examples
|
dim frm as P frm = form.view("Customer Information") frm.indexsetdialog() |
See Also