AccumulationRegisterRecordSet.<Accumulation register name>.BeforeWrite
Syntax:
Parameters:
<Cancel>
Accumulation register set write 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.
Description: