Returns a record in a position
relative to the current record.
SyntaxReference_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.
|
JavaScriptxfa.dataWindow.record(0).dataNodeName.value;
FormCalcxfa.dataWindow.record(0).dataNodeName.value
|
|
|