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.

...

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