mergeNextRecord method



Performs a merge after a previously successful merge.

Syntax

success  = WordProcessor.mergeNextRecord()

Applies to

WordProcessor object.

Return value

boolean. Returns true if the merge operation was completed successfully, and false otherwise.

Usage

mergeNextRecord() assumes that either mergeFirstRecord() or mergeFirstRecordFromInfoBus() has previously executed on the document. It also assumes that the most recent record merge executed successfully (returned the value true).

See also
mergeFirstRecordFromInfoBus method
mergeFirstRecord method