Fig. 29.17. Event sequence for writing data from an information register record form
Note. Yellow boxes indicate events executed in the writing transaction.
Information register record forms are accessed using the InformationRegisterRecordManager.<name> object, which in turn uses the InformationRegisterRecordSet.<name> object.
The internal implementation of the InformationRegisterRecordManager.<name> object defines that when an existing information register record is being written the BeforeWrite() and OnWrite() event handlers from the record set module are called twice: first they are called for the "old" record set (with a record count of 0), and then for the "new" record set (with a record count of 1).
Next page: Event sequence for writing data from information register record set forms (save and close)