Events
The "Events" command group allows you to attach functions to objects representing the events raised by Infinity Scripts, Screen and Controls. The number of events shown vary depending on the object the function builder is shown for. The following events are available:
Event | Name & Description |
---|---|
![]() |
Called when the script starts and before the first screen is shown to the agent |
![]() |
Called when the script ends, and after the database has been updated. |
![]() |
Called before the code call dialog is shown allowing you to do any last validation checks, or set database fields before the current record is saved to the database. |
![]() |
Called when the screen loads after the controls have been drawn. |
![]() |
Called before the script moves to the next screen or is closed. |
![]() |
Called when the next button is pressed on the script toolbar. |
![]() |
Called when a key is pressed on a screen. |
![]() |
Called when the user changes the value of the control |
![]() |
Called when a checkbox columns ‘checked state’ changes |
![]() |
Called when the user clicks the control |
![]() |
Called when the user double-clicks a row shown in the control |
![]() |
Called when a key is pressed |
![]() |
Called when a control loses focus |
![]() |
Called when a control gets focus |