Navigation :
StyleCode Property: formButtonAlign
Horizontally align form buttons. Both “fieldType: button” and “formButton” are affected by the property.
Examples
// Example: form
read form with
SKU: text
Maximum: number
{ formButtonAlign: center }
show form "My Form" a1b1 with
SKU
Maximum
// Example: form > entry
read form with
SKU: text
Maximum: number
show form "My Form" a1b1 with
SKU { formButtonAlign: center }
Maximum