Go to row by row number
Moves focus to the specified row.
number gotoQueryRowByKey ( any key )Go to row by primary key
Moves focus to the row corresponding to the specified key. Should only be used where the records are returned from a single table (ie., not via a query which joins multiple tables).
void doAction ( number action )Perform block level action
void firstRecord ( )
To to first record
void previousRecord ( )
Go to previous record
void nextRecord ( )
Go to next record
void lastRecord ( )
Go to last record
void addRecord ( )
Add a new record
void saveRecord ( )
Save current record
void deleteRecord ( )
Delete current record
void startQuery ( )
Start a query
void executeQuery ( )
Execute a query
void cancelQuery ( )
Cancel a query
void reload ( )
Reload data from database
void saveAsNewRecord ( )
Save current record as new record
list invalidControls ( number row, bool recurse )
Get list of invalid controls