Xbasic
UI_GET_OPERATION Function
Syntax
C ui_get_operation(C title ,C operation_type [,C table_set_name ])
Arguments
- title
The title of the dialog box.
- operation_type
The type of operation. The following values are supported:
- "Append"
- "Copy"
- "Crosstab"
- "Export"
- "Import"
- "Join"
- "Mark"
- "Post"
- "Summarize"
- "Update"
- table_set_name
Optional. The name of the table that the operation is attached to.
Description
The UI_GET_OPERATION() function displays a list of Operations for a given table/set and showing names of specified Operation types.
Example
ui_get_operation("Ops", "Mark", "customer")
Limitations
Desktop applications only.
See Also