SequenceRecordSet.<Sequence name>.BeforeWrite
Syntax:
Parameters:
<Cancel>
Indicates that object writing is cancelled. If you set this parameter to True in the body of the handler procedure, the object will not be written 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: