Automatically posts or cancels data changes when an application changes which record in the dataset is the active record. Syntax: procedure CheckBrowseMode; Description: CheckBrowseMode is used internally by many dataset methods to ensure that modifications to the active record are posted to the database when a dataset's state is dsEdit, dsInsert, or dsSetKey state and a method switches to a different record.
Applications that provide custom dataset routines may need to call CheckBrowseMode inside those routines to guarantee that changes are posted to the database when switching to a different record. |