Event
|
Occurs when
|
aftergetmenu
|
After each getMenu action.
|
beforecheckdata
|
Before each data check action. See also help topic before... events.
USoft automatically checks newly submitted (inserted or updated) data when they are submitted to the server, for example, when the user commits or (in the case of child data) when the user navigates to a different parent row. In default USoft applications, the user can also request a data check manually by pressing the Check button. You can execute a data check programmatically calling $.udb.checkData().
|
beforecommit
|
Before each commit action. See also help topic before... events.
|
beforegetmenu
|
Before each getMenu action. See also help topic before... events.
|
beforelogin
|
Before each login action. See also help topic before... events.
|
beforelogout
|
Before each logout action. See also help topic before... events.
|
beforenavigate
|
Before navigation to a different page takes place. Occurs for example when the NavigateTo or ClosePage functions are executed. See also help topic before... events.
|
beforerollback
|
Before each rollback action. See also help topic before... events.
|
beforesqlstatement
|
Before each executeSQLStatement action. See also help topic before... events.
|
login
|
After each login action.
|
logout
|
After each logout action.
|
pageready
|
When the processing on the page has finished. Occurs after the onload HTML event.
|
postcommit
|
After each commit action.
|
postrollback
|
After each rollback action.
|
resetmenu
|
When menu item selection changes.
|
showmenu
|
When the menu is shown.
|
timeout
|
When the user has remained inactive for a specified amount of time.
|