Multiple Input Form

The multiple input form allows you to create a data entry or data display form. Next to each label is a text box where the data can be entered.

Inputs

The following table describes parameters for this form:
ParametersData TypeDescription
How Many FieldsInt32Enter the number of fields to be displayed.
Note: You can enter a maximum number of 10 fields into a form, starting from Item 0 and ending with Item 9. This value represents the total number of fields displayed in the final form layout regardless of the number of labels entered.
Item 0 (through 9) LabelStringEnter the label name for the first form field.
Item 0 (through 9) ValueInt32The default value in the text box is zero. If the form is not read-only, the user can change this value. If the form is read-only, the value entered by the form author displays.
Read OnlyBooleanIf True, then all item values in the form are data display only. If False, then all item values are data entry items.

Outputs

The following table describes parameters for this form:

ParametersData TypeDescription
Item 0 (through 9) Value OutInt32The value displayed or entered in the form.