Versions Compared

Key

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

...

The AllowInserts property enables or disables the isnert insert key. When enabled, the user can insert one record at a time by pressing the delete insert key. The new record is always inserted above the current record. When disabled, the user cannot directly insert records.

This property does not affect the ability to programmatically insert records with the InsertRecords method.

Example

Code Block
 // Disable the insert key 
Set_Property(@Window:".OLE_EDITTABLE", "OLE.AllowInserts", 0)