Versions Compared

Key

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

...

This property only works as long as events are qualified in OpenInsight to process synchronously.

Example

Code Block
 // Cancel the event and move the cursor to the end of the cell (insert mode) 
Set_Property(@Window:".OLE_EDITTABLE", "OLE.Cancel", 1) 

 // Cancel the event and highlight the cells contents (overwrite mode) 
Set_Property(@Window:".OLE_EDITTABLE", "OLE.Cancel", 2)

...