COLLECTION.FROM_TABLE Function
/documentation/pages/Ref/Api/Objects/Data Types/Collection/COLLECTION.FROM_TABLE Method.xml
Populate a collection from a table.
OBJECT.QUERY_BY_TABLE Function
/documentation/pages/Ref/Desktop_Api/Layout/Object/OBJECT.QUERY_BY_TABLE Method.xml
Opens the Query by Table dialog.
table.IMPORT_ASCII_TABLE Function
/documentation/pages/Ref/Api/Objects/Database/Table/TABLE.IMPORT_ASCII_TABLE Method.xml
Imports a fixed length ascii file into an existing table. Ascii file must match the structure of the table. If ascii file has fieldnames, set skip_lines to 1
Using Images from External Files
/documentation/pages/Guides/Desktop/Xdialog/Using Images from External Files.xml
Here is an example showing how to use images from external files.
table.ENTER_BEGIN function
/documentation/pages/Ref/Api/Objects/Database/Table/TBL.ENTER_BEGIN Method.xml
Initiates an Enter operation to add a new record.
EMAIL_CLIENT_EXTERNAL Function
/documentation/pages/Ref/Api/Functions/System/Email Functions/EMAIL_CLIENT_EXTERNAL Function.xml
Display the default external e-mail client. Maximum of 100 recipients.
Xbasic Function Libraries, Modules, and External Classes
/documentation/pages/Guides/Workspaces/Xbasic/index.xml
Xbasic scripts used in mobile and web applications can be added to a workspace as Xbasic Function Libraries, Modules, or Class files.
External URL Properties
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/other/External URL Properties.xml
Define the external page to embed in the UX Component.
Reading Variables in External Modeless Xdialogs
/documentation/pages/Guides/Desktop/Xdialog/Reading Variables in External Modeless Xdialogs.xml
This example shows how a variable in another modeless Xdialog can be read using the UI_DLG_EVAL()and UI_DLG_EVAL_VALID() functions. First, display the "test" modeless dialog box with a variable.
OBJECT.TABLE_GET Function
/documentation/pages/Ref/Desktop_Api/Layout/Object/OBJECT.TABLE_GET Method.xml
Returns a pointer to the table object that contains the data referenced by the object.