InfoConnect for Airlines VBA Guide
CursorInNewFieldEventHandler Delegate
The source of the event.
Cursor row location.
Cursor column location.
The event occurs when the cursor moves into a different field.
Syntax
private Sub Object_CursorInNewFieldEventHandler( _
   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