Form Events
Last updated 3/02/2023
Event | Executes | Description |
---|---|---|
Do Create | Server | |
On Selection | Client | |
On Show | Client | |
On Add | Client | |
On Edit | Client | |
On Cancel | Client | |
On Sub Form Complete | Client | |
On Complete | Client | |
Do Complete | Server | The Do Complete event executes when the Save button is clicked on the top-level form and before the data is saved to the database. This includes all sub-forms. If an error occurs, an error will be displayed to the user and the data won't be saved to the database until the user enters the correct data. |