TBLT_RETC TBLT_ENTRY BltDataAddRecord(TBLT_DH *dhPtr, VOID *recordPtr, ULONG *recNoPtr); dhPtr IO:data file control structure recordPtr I:data record to append recNoPtr O:variable to store record numberThis routine appends the data record to the end of the DBF file.
recNoPtr is returned set to the record number of where the data record was stored. The first record number is 1.
Return: Non-zero indicates an error, otherwise the record is appended.