Xbasic
UI_GET_QUERY_NAME Function
Syntax
Query_Name as C = ui_get_query_name(C table_set_name [,C default_choice [,C style [,C title ]]])
Arguments
- Query_Name
The name of the query returned by the function.
- table_set_name
The table or set on which the query operates.
- default_choice
The default query selection.
- style
Character
- title
The title of the dialog box.
Description
The UI_GET_QUERY_NAME() function prompts for the name of a saved Query operation.
? UI_GET_QUERY_NAME("customer") = "test"
Limitations
Desktop applications only.
See Also