ChartOfAccountsSelection.<Chart of accounts name>.Next
Syntax:
Returned value:
True indicates next item is selected; False indicates the end of selection has been reached.
Description:
Availability:
Example:
Selection = ChartsOfAccounts.Main.Select(); While Selection.Next() Do // process selection records EndDo; |