...

StyleCode Property: fieldType

fieldType

Specifies explicitly the type of the field.

Some values will only work on specific data types, if not matching, a ‘bad field type’ rectangle is displayed instead.

Applies to Type Default
form > entry auto, button, dropdown auto

Examples

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

show form "My Form" a1b1 with
  SKU { fieldType: dropdown }
  Maximum

User Contributed Notes
0 notes + add a note