StyleCode Property: formMessage

formMessage

If non-empty, will be displayed to the left of the “start run” button of the form.
Not displayed if there is no “start run” button.

Applies to Type Default
form Text ``

Examples

// Example: form
read form with
  SKU: text
  Maximum: number

show form "My Form" a1b1 { formMessage: "My message" } with
  SKU
  Maximum          

User Contributed Notes
0 notes + add a note