Xbasic
OBJECT.QUERY_GENIE Function
Syntax
.Query_genie([c default_query ])
Arguments
- default_query
Optional. The name of a saved query operation.
Description
Opens the Query Genie dialog.
The <OBJECT>.QUERY_GENIE() 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>.QUERY_GENIE() method displays the Query Genie dialog box.
Example
dim ptr as P ptr = form.load("Travel Time") ptr.Query_Genie()
Limitations
Desktop applications only.
See Also