Skip to main content

Forms

Last updated 14/03/2024


EventExecutesDescription
Do CreateServerExecutes when a record is selected in the list as the server creates the data to be displayed in the form.
On SelectionClientExecutes when a form record is selected in the list.
On ShowClientExecutes when the form record is displayed.
On AddClientExecutes when the Add Item button is clicked.
On EditClientExecutes when the form goes into edit mode either by clicking the Edit button in the form app bar, or by clicking in a field.
On CancelClientExecutes when the Cancel button in the form app bar is clicked.
On Sub Form CompleteClientExecutes when the Save button on a sub-form has been clicked.
On CompleteClientExecutes in the browser when the Save button is clicked on the top-level form before the data is sent to the server.
Do CompleteServerExecutes 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.