Skip to main content

Introduction to Form Page Events

Last updated 25/11/2021

Five's Form Page Events

The following documentation serves as an overview of the type of events that can be attached to a form page.

Event NameServer/Client EventEvent Fires
OnSelectingClientEvent fires when the tab is clicked on a form and before the tab is selected (not visible).
OnSelectedClientEvent fires when the tab is clicked on a form and is visible and focused.
OnLeavingClientEvent fires when on the current active tab on a form and another tab is clicked.

Add an Event to a Form Page

Prerequisite

The function must be coded in the Functions view.

Steps

  1. Select forms in the menu.
  2. Select the required form record in the list.
  3. Click the Pages tab.
Select the Form Record
Figure 1 - Select the form record

  1. Select the required form page record.
Select the Form Page Record
Figure 2 - Select the form page record

  1. Click the Events tab.
  2. Use the lookup icon in the required event field and select the Function ID.
  3. Click the Save button in the form app bar.
Add the Event
Figure 3 - Attach the event

  1. Click the Save button in the form app bar above the list.
Save the Form
Figure 4 - Save the Form