UI_GET_FILE Function
/documentation/pages/Ref/Desktop_Api/UI Functions/UI Get/UI_GET_FILE Function.xml
Prompt user for filename.
Function Topics
/documentation/pages/Index/Function List.xml
Page links to functions.
UI_GET_RADIO2 Function
/documentation/pages/Ref/Desktop_Api/UI Functions/UI Get/UI_GET_RADIO2 Function.xml
The UI_GET_RADIO2() function creates and displays a dialog box containing radio buttons generated by a CR-LF delimited list of up to 20 choices. The list of choices is increased is passed into the function as a single argument (a CR-LF delimited list), rather than one argument per choice, as is the case with UI_GET_RADIO(). Your response is returned as a Result that contains the text of the button that you chose when you clicked the dialog box's OK button. This function is useful for obtaining an answer to a multiple choice condition.
UI_GET_ORDER Function
/documentation/pages/Ref/Desktop_Api/UI Functions/UI Get/UI_GET_ORDER Function.xml
Prompts for an order expression. If table_set_name is not specified, current table/set is used. Table_set_name can be a crlf delimited list of tables.
UI_GET_TABLE Function
/documentation/pages/Ref/Desktop_Api/UI Functions/UI Get/UI_GET_TABLE Function.xml
Prompt for table and/or set. Display choices from current database. Type is "table","set" or "both".
UI_GET_DATE Function
/documentation/pages/Ref/Desktop_Api/UI Functions/UI Get/UI_GET_DATE Function.xml
Prompt user for date.
UI_GET_CHECK Function
/documentation/pages/Ref/Desktop_Api/UI Functions/UI Get/UI_GET_CHECK Function.xml
Prompt user for settings to a list of logical properties.
ui_get_object_name Function
/documentation/pages/Ref/Desktop_Api/UI Functions/UI Get/ui_get_object_name Function.xml
Prompt for the name of an object on the current form.
UI_GET_FONT Function
/documentation/pages/Ref/Desktop_Api/UI Functions/UI Get/UI_GET_FONT Function.xml
Prompt the user for a font. Returns the font name selected. If Styles = .t. then prompts for text style.
ui_get_list2p Function
/documentation/pages/Ref/Desktop_Api/UI Functions/UI Get/ui_get_list2p Function.xml
Prompts user for selection from a CR-LF delimited list of choices. Style: 1 = single select, 2 = multi-select (click item to select), 3 = multi-select (Shift+Click, Ctrl+Click and Drag are supported). Same as ui_get_list2(), but returns a pointer with .lastbutton and .selection properties.