Previous Topic

Next Topic

Append - Memory Table Method

method Append

Append methods appends a record to a Memory Table or Table, at the end of the table.

For example:

  Table.Append
  Table.CustomerCode = "ASHENG"
  Table.TotalAmount = 15
  Table.Save

Will add a line to the table Table.

See also the StringList Object Append method.

See Also

Form Designer Table Methods

Book Contents

Book Index