Text Grid Forms

The text grid form allows you to create a table with a grid pattern. A user can enter or display a two dimensional table of values.

When a user enters a value, it is checked against the Format Mask input parameter. If the values match, then the form is ready to be submitted.Inputs

The following table describes parameters for this form:

ParametersData TypeDescription
Format MasksString[]Click the ellipsis button to open the String Collection Editor dialog box. Enter a mask for each value.
Tip: For more information on applying masks, see the Mask Properties in the MSDN Library.
Input Table HeadersString[]Click the ellipsis button to open the String Collection Editordialog box. Enter heading names for each grid column in the form.
Note: The length of the array determines the number of columns.
Input Table ValuesString[]Click the ellipsis button to open the String Collection Editor dialog box. Enter an initial value for each grid cell in the form.
JustificationsString[]The format justifications of each column; that it, left, right, or center.

Outputs

The following table describes parameters for this form:

ParametersData TypeDescription
Output Table ValuesString[]Displays the array of values entered.