Returns a record in a position
relative to the current record.
Syntax
Reference_Syntax.record( INTEGER param )
Parameters
param
|
A valid integer representing the number
of records separating the current record and the desired destination record.
A positive integer indicates a record between the current record
and the end of the range of records, a negative value indicates
a record between the current record and the beginning of the range.
|
JavaScript
xfa.dataWindow.record(0).dataNodeName.value;
FormCalc
xfa.dataWindow.record(0).dataNodeName.value
|
|
|