ibec_ds_Cancel
Cancels modifications to the active record if those changes are not yet posted.
Syntax
function ibec_ds_Cancel(Dataset : variant) : variant;
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.
Example
<< ibec_ds_Append | IBEBlock | ibec_ds_Close >>