Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
// Append 1 record to the end of the table 
Index = Send_Message(Ctrl, "OLE.AddNewRecords", 1, 0) 

// Append as many blank records as will fit 
Index = Send_Message(Ctrl, "OLE.AddNewRecords", 0, 1)

See Also

DimensionInsertRecordsINSERT