REGISTRY.SYS_SET Function
/documentation/pages/Ref/Api/Objects/System/Registry/REGISTRY.SYS_SET Method.xml
Set an existing system setting (requires full registry path).
OBJECT.CURSOR_SET Function
/documentation/pages/Ref/Desktop_Api/Layout/Object/OBJECT.CURSOR_SET Method.xml
Places the cursor at the specified position.
{grid.object}.setFocus Method
/documentation/pages/Ref/Client_Api/Grid/setFocus Method.xml
Sets focus to the specified row number.
OBJECT.INDEX_SET Function
/documentation/pages/Ref/Desktop_Api/Layout/Object/OBJECT.INDEX_SET Method.xml
Select an index or query.
FIELD.EXPR_SET Function
/documentation/pages/Ref/Api/Objects/Database/Field/FIELD.EXPR_SET Method.xml
Change the expression if field is a calculated field.
table.HANDLE_SET Function
/documentation/pages/Ref/Api/Objects/Database/Table/TABLE.HANDLE_SET Method.xml
Given an old style 'handle', set the table pointer.
table.LOGICALRECORD_SET Function
/documentation/pages/Ref/Api/Objects/Database/Table/TABLE.LOGICALRECORD_SET Method.xml
Sets the record pointer to a logical record number in the current sort order. Returns .t. if the requested logical record number exits, else .f.
SQL Genie Properties Tab
/documentation/pages/Guides/Desktop/Design/Data/SQL/SQL Genie Properties Tab.xml
The Properties tab of the SQL Genie defines additional expressions that limit and group the records that your SQL SELECT statement will return.
SQL Genie Tables Tab
/documentation/pages/Guides/Desktop/Design/Data/SQL/SQL Genie Tables Tab.xml
The Tables tab of the SQL Genie defines the tables that will provide the data for your report.
Setting the Tab Order
/documentation/pages/Guides/Desktop/Design/View/Form/Setting the Tab Order.xml
The tab order controls the order in which the cursor moves on the form between fields, buttons, tabbed controls, and browse objects. By default, the tab order is set so that the cursor moves from object-to-object in the order in which they were placed. There two ways to set the tab order: by Example or by Table.