Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Work Tasks

On Form Load

  • Last UpdatedJun 25, 2024
  • 1 minute read

Use scripts for the On Form Load event of a form to accomplish a desired operation when the form loads.

Example

If you want to show an information message when you load the form, then you can code the script for the On Form Load event of the form as follows:

// Show an information message.

SFU.showAlert("Form Message", "Please fill all fields in the form.");

Note: Commented statements in the On Form Load script are executed.

TitleResults for “How to create a CRG?”Also Available in