Skip to main content

Form Events

Last updated 3/02/2023


EventExecutesDescription
Do CreateServer
On SelectionClient
On ShowClient
On AddClient
On EditClient
On CancelClient
On Sub Form CompleteClient
On CompleteClient
Do CompleteServerThe 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.