DocumentJournalSelection.<Document journal name>.Next
Syntax:
Returned value:
True - the next document is selected; False - the end of selection is reached.
Description:
Availability:
Example:
Selection = DocumentJournal.BankExtracts.Select(); While Selection.Next() Do // process selection records EndDo; |