InfoConnect for Airlines VBA Guide
CursorInNewField Event (UtsScreen)
Occurs as soon as the cursor moves into a different field.
Syntax
private Sub UtsScreen_CursorInNewField (
   ByVal sender As Object, _
   ByVal row As Long, _
   ByVal column As Long _
) 

Parameters

sender
The source of the event.
row
Cursor row location.
column
Cursor column location.
See Also