AccountingRegisterRecordSet.<Accounting register name>.Read

Syntax:

Read()

Description:

Reads records from the database by the filter specified.

Availability:

Server, thick client, external connection.

Example:

Reg = AccountingRegisters.SelfSupporting;
RecordsSet = Reg.CreateRecordSet();
RecordsSet.Filter.Recorder.Value = Document.Recorder;
RecordsSet.Read();


    

1C:Enterprise Developer's Community