Navigation : 
        
      
    
    
    StyleCode Property: 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.
Examples
// Example: form
read form with
  SKU: text
  Maximum: number
{ formMessage: "My message" }
show form "My Form" a1b1 with
  SKU
  Maximum