Moves the current record of the
data window to a particular record within the range of records in
the data.
Syntax
Reference_Syntax.gotoRecord( INTEGER param )
Parameters
param
|
A valid integer value representing the specified
record in the range of records.
|
JavaScript
xfa.dataWindow.gotoRecord(2);
FormCalc
xfa.dataWindow.gotoRecord(2)
For
an example of using the
gotorecord
method to browse
data records, see the example
Browsing records stored in a data file
available
at www.adobe.com/go/dev_lc_scripting_samples.
|
|
|