June 2001
Intermediate to advanced
620 pages
19h 29m
English
Recordset.EditMode Property — (Versions 2.0, 2.1, 2.5, 2.6)
recordset.EditMode = editmode
The EditMode property indicates the current editing status for a given record.
EditModeEnum (Long)
Use the EditMode property to determine whether the current record is being edited when an editing process has been interrupted. With this information, you can determine whether you need to call the Update method or the CancelUpdate method.
The value of the EditMode property can be one of the EditModeEnum enumerations listed in Appendix E.
EditModeEnum Enumeration, Recordset.AddNew Method, Recordset.CancelUpdate Method, Recordset.Update Method
Read now
Unlock full access