CalculationRegisterRecordSet.<Calculation register name>.BeforeWrite
Syntax:
Parameters:
<Cancel>
Action execution cancel flag. If the parameter value is set to True in the body of the handler procedure, writing is not performed and the exception is raised.
Default value: False.
<Replacing>
Set write mode.
True - the set records in the database are replaced by writing.
False - the current record set is added to the database by writing.
<WriteOnly>
Indicates that only the set writing takes place without the actual action period recalculating and recalculations updating.
<WriteActualActionPeriod>
Identifies, that the calculating of the actual action period is executed on writing the record set.
Parameter analysis makes sense only in case if <WriteOnly> handler parameter is set to False.
<WriteRecalculations>
Identifies, that register recalculations are written when record set is written.
Parameter analysis makes sense only in case if <WriteOnly> parameter of handler is set to False.
Description: