meta data for this page
  •  

ibec_ds_Cancel

Cancels modifications to the active record if those changes are not yet posted.

Description

Call ibec_ds_Cancel to undo modifications made to one or more fields belonging to the active record. As long as those changes are not already posted to the dataset, ibec_ds_Cancel returns the record to its previous state, and sets the dataset state to __dsBrowse.

Syntax

   function ibec_ds_Cancel(Dataset : variant) : variant;

Example