Inserting, Updating, and Deleting Records
Chapter contents
This section lists the properties, methods, and events which you can use to insert, update, and delete records.
Properties and Methods
Table 5-6 Properties and Methods for Inserting, Updating, and Deleting Records
|
Property or Method
|
Description
|
|
|
Sets or returns the contents of a control's current record buffer.
|
|
|
Clears the contents of the data and index buffers of the current record in memory.
|
|
|
Deletes the current record.
|
|
|
Inserts the record in memory as a new record in the file.
|
|
|
Forces repainting of a bound control.
|
|
|
Begins, ends, or aborts a transaction.
|
|
|
Unlocks locked records.
|
|
|
Updates the current record with the record image in memory.
|
Events
Table 5-7 Events for Inserting, Updating, and Deleting Records
|
Event
|
Description
|
|
|
Fires before any record operation takes place on the associated table.
|