record

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.

Returns

Object

Applies to

Model

Object

Data Model

dataWindow

Version

XFA 2.1

Examples

JavaScript

xfa.dataWindow.record(0).dataNodeName.value;

FormCalc

xfa.dataWindow.record(0).dataNodeName.value

// Ethnio survey code removed