CalculationRegisterRecordSet.<Calculation register name>.Read

Syntax:

Read()

Description:

Reads records from the database by the filter specified.

Availability:

Server, thick client, external connection.

Example:

Registr = CalculationRegisters.FocalChargesEmployeesOrg;
RecordsSet = Registr.CreateRecordSet();
RecordsSet.Filter.Recorder.Value = Document.Recorder;
RecordsSet.Read();


    

1C:Enterprise Developer's Community