Navigator > Setup > Form Designer > Code tab
Components each have different methods available to them. Methods available are listed under Objects > [Component Type] > [Component Name] > Methods.
See also Form Designer Component Methods for methods available to all component types.
The following methods are available to Table and Memory Table Components:
Component |
Method |
Description |
Memory Table |
Add a field to the graph or table definition. |
|
Memory Table
|
Add a new index to the Memory Table. |
|
Memory Table, Table |
Append a record to the memory table. |
|
Memory Table |
Order items in the memory table in order of a supplied array. |
|
Memory Table |
Cancel pending changes that haven't been saved. |
|
Table, Memory Table
|
Cancels the range that has been set for the table. |
|
Memory Table |
Clears all the field definitions. |
|
Memory Table, Table |
Copy field and index definitions from another table and links the tables. |
|
Memory Table |
Copy field and index definitions from another table. |
|
Memory Table, Table |
Delete the current row from the table or memory table. |
|
Memory Table, Table |
Opens the table or memory table for editing. |
|
Memory Table |
Empties all data from the memory table. |
|
Memory Table, Table |
Finds the closest match in a table. |
|
Memory Table, Table |
Finds an exact match in a table. |
|
Memory Table, Table |
Go to the first record in a table. |
|
Memory Table, Table |
Insert a record at the current position in a table. |
|
Memory Table, Table |
Go to the last record in a table. |
|
Memory Table |
Populate a memory table from a CSV file. |
|
Memory Table |
Populate a memory table from an Excel file. |
|
Memory Table |
Populate a memory table from a delimited file. |
|
Memory Table, Table |
Go to the next record in a table. |
|
Memory Table, Table |
Go to the previous record in a table. |
|
Memory Table, Table |
Refresh data in a table. |
|
Memory Table, Table |
Save data in a table. |
|
Memory Table |
Export data from a memory table to a CSV file. |
|
Memory Table |
Export data from a memory table to an Excel file. |
|
Memory Table |
Export data from a memory table to a delimited file. |
|
Memory Table, Table |
Set a range, and move to the first record in the range. |
|
Table, Memory Table |
Set the value(s) for the end of the range to be included. |
|
Table, Memory Table |
Set the value(s) for the start of the range to be included. |
|
Memory Table, Table |
Display an error hint on a field in a table. |
|
Memory Table |
Sort a table by fields listed. |
|
Table |
For custom tables, updates the tracking fields. |
|
Memory Table
|
When a memory table is bound to a grid on a form, this starts the grid being automatically updated. |
|
Memory Table |
When a memory table is bound to a grid on a form, this stops the grid being automatically updated. |
|
Memory Table |
Move the current record down one position. |
|
Memory Table |
Move the current record up one position. |