Versions Compared

Key

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

...

Code Block
// Insert 1 blank record before the second one 
Index = Send_Message(Ctrl, "OLE.InsertRecords", 2, 1) 

// Append 3 blank records to the end of the table 
Index = Send_Message(Ctrl, "OLE.InsertRecords", -1, 3)

See Also

InsertColumnsINSERT