Returns the number of records
that are in the data window prior to the current record.
Note:
This property is read only.
Syntax
Reference_Syntax.recordsBefore
Values
Type
|
Values
|
Integer
|
A valid integer value between
0
and
the index value of the first record in the source data.
|
JavaScript
xfa.dataWindow.recordsBefore;
FormCalc
xfa.dataWindow.recordsBefore
For
an example of using the
recordsBefore
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.
|
|
|