InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.UTS Library / UtsScreen Object / CursorInNewField Event
In This Topic
    CursorInNewField Event (UtsScreen)
    In This Topic
    Occurs as soon as the cursor moves into a different field.
    Syntax
    private Sub UtsScreen_CursorInNewField ( 
       ByVal sender As Object, _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) 

    Parameters

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