Versions Compared

Key

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

...

Testing the focus column to handle data input in a grid

     Evtroutine Handling(#Grid.EditorChanged) Value(#Value)
     
        If (#GridColumn1.Focus)
           * etc.
        Endif
 
        If (#GridColumn2.Focus)
           * etc.
        Endif
 
        If (#GridColumn3.Focus)
           * etc.
        Endif
 
     Endroutine

See also

All Component Classes

Technical Reference