meta data for this page
ibec_ds_Append
Adds a new, empty record to the end of the dataset.
Description
Call ibec_ds_Append to:
- Open a new, empty record at the end of the dataset.
- Set the active record to the new record.
- After a call to ibec_ds_Append, you can enter data in the fields of the record, and can then post those changes to the dataset using ibec_ds_Post.
Syntax
function ibec_ds_Append(Dataset : variant) : variant;