Moves to the next record in the
recordset, and populates the data model with the record data.
Note: The data connection method xfa.sourceSet.DataConnection.next looks
up a table and updates the table if the data has changed. It uses
the hasDataChanged method
to determine whether the data has changed.
SyntaxReference_Syntax.next()
JavaScriptxfa.sourceSet.dataConnectionName.next();
FormCalcxfa.sourceSet.dataConnectionName.next()
|
|
|