Moves the current record of the
data window to a particular record within the range of records in
the data.
SyntaxReference_Syntax.gotoRecord( INTEGER param )
Parameters
param
|
A valid integer value representing the specified
record in the range of records.
|
JavaScriptxfa.dataWindow.gotoRecord(2);
FormCalcxfa.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.
|
|
|