Versions Compared

Key

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

...

When this value is 0, then the user will only tab out of the table when the SelPos is in the last field of the last record and that record is empty.

Example

Code Block
 // Allow the user to tab out quickly 
Set_Property(@Window:".OLE_EDITTABLE", "OLE.QuickTabOut", 1) 

 // Allow the user to navigate an empty table freely 
Set_Property(@Window:".OLE_EDITTABLE", "OLE.QuickTabOut", 0)

...