...

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

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

User Contributed Notes
0 notes + add a note