Skip to main content

Screen Fields

Last updated 23/07/2024


EventExecutesDescription
On EnterClientExecutes on entering a screen field.
On ClickClientOnly supports _Button and _Text display types and executes when clicked.
On List SelectClientExecutes when selecting a value in a lookup.
On ValidateClientExecutes after data has been entered into a screen field. Any invalid data will cause Five to show a message and force the user back to the field.
On ExitClientExecutes on exiting the screen field.

info

When using the On Click event with the display type _Button, the button for each record will display the same title. For example, if your button is called Show Record, all buttons on the data view will have Show Record as the title.

When using the On Click event with the display type _Text, the value in the field will display on the button.