Versions Compared

Key

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

...

Code Block
// Set the data 
Data = "" 
Data<1> = "Field1":@VM:"Field2":@VM:"Field3" 
Data<2> = "Field1":@VM:"Field2":@VM:"Field3" 

* Insert the data records before the third record 
Index = Send_Message(Ctrl, "OLE.INSERT", 3, Data) 

* Insert new data records at the end of the table 
Index = Send_Message(Ctrl, "OLE.INSERT", -1, Data)

See Also

InsertColumnsInsertRecordsDeleteColumnsDeleteRecords