recordsAfter

Returns the number of records in the data window following the current record.

Note: This property is read only.

Syntax

Reference_Syntax.recordsAfter

Values

Type

Values

Integer

A valid integer value between 0 and the index value of the last record in the source data.

Applies to

Model

Object

Data Model

dataWindow

Version

XFA 2.1

Examples

JavaScript

xfa.dataWindow.recordsAfter;

FormCalc

xfa.dataWindow.recordsAfter

For an example of using the recordsAfter property to browse data records, see the example Browsing records stored in a data file available at www.adobe.com/go/dev_lc_scripting_samples.

// Ethnio survey code removed