ibec_ds_Append

Adds a new, empty record to the end of the dataset.

Syntax

  function ibec_ds_Append(Dataset : variant) : variant;

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.

Example

Dataset example

<< ibec_Array | IBEBlock | ibec_ds_Cancel >>