CalculationRegisterRecordSet.<Calculation register name>.Unload
Syntax:
Parameters:
<Strings> (optional)
Array of lines for a unloading. If it is not specified, are unloaded all the line long a set of records.
<Columns> (optional)
The list of columns in a format: " Column1, Column2... ". If the list is not set, columns will be copied all.
Returned value:
Description:
Availability:
Example:
Registr = CalculationRegisters.FocalChargesEmployeesOrganizations; RecordsSet = Registr.CreateRecordSet(); RecordsSet.Filter.Recorder.Value = Document.Recorder; FocalData = RecordsSet.Unload(); |