In addition to the general procedure variables (single-value), a number of iterative form fields can be specified in any batch sheet procedure template. These are shown below.
Iterative Form Field Name |
Field Description |
---|---|
IN_STREAMS_IF<x> |
The form field default value specifies the template file name. This must be a valid Word file under the BatchSheet\Streams folder. Its contents must be input stream-related single-value (SV) or iterative form (IF) fields. The optional integer argument (x) allows the declaration of an arbitrary number of IF fields with unique names. |
OPERATIONS_IF<x> |
The form field default value specifies the template file name. This must be a valid Word file under the BatchSheet\Operations folder. Its contents must be operation-related single-value (SV) or iterative form (IF) fields. The optional integer argument (x) allows the declaration of an arbitrary number of IF fields with unique names. |
OUT_STREAMS_IF<x> |
The form field default value specifies the template file name. This must be a valid Word file under the BatchSheet\Streams folder. Its contents must be output stream-related single-value (SV) or iterative form (IF) fields. The optional integer argument (x) allows the declaration of an arbitrary number of IF fields with unique names. |
STREAMS_IF<x> |
The form field default value specifies the template file name. This must be a valid Word file under the BatchSheet\Streams folder. Its contents must be stream-related single-value (SV) or iterative form (IF) fields. The optional integer argument (x) allows the declaration of an arbitrary number of IF fields with unique names. |