PreviousNext
Help > Easycom .NET > Easycom namespace > EasycomFile > EasycomFile.RecordAppend Method
EasycomFile.RecordAppend Method

 Puts the EasycomFile object into an append mode.

 

Class EasycomFile

Syntax

public void EasycomFile.RecordAppend(Boolean clear)

public void EasycomFile.RecordAppend()

 

Description

 

This function puts the EasycomFile object into append mode.
If clear is true (default), all fields will be cleared. Otherwise, the field values of the current record (or the last inserted record) will be used.

 

Subsequent calls to EasycomFile.SetValue must be performed to give field values.

A call to EasycomFile.RecordUpdate must be performed to validate the record appending.