SequenceRecordSet.<Sequence name>.OnWrite
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.
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: