AccountingRegisterSelection.<Accounting register name>.Next
Syntax:
Returned value:
True - next record is selected; False - end of the selection is reached.
Description:
Availability:
Example:
Selection = AccountingRegisters.Main.Select(); While Selection.Next() Do // process selection records // ... EndDo; |