$subscript
The current instance of the current form
Syntax
$subscript n
Parameters
n |
Any numeric value between 1 and 8 |
Comments
In combination of $FormNum, $subscript, $ FieldNum can uniquely identify a particular for field in a Zim display.
Example
form set (reverse) ($ formnum,$ fieldnum,$subscript)
Sets the current instance of a repeated form to reverse video.
find Products where ProdCode = fProducts.ProdCode [$subscript]
Finds all product records that match the product code on the current instance of the repeated form fProducts.