InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.T27 Library / T27Screen Object / CursorInNewField Event
In This Topic
    CursorInNewField Event (T27Screen)
    In This Topic
    Occurs as soon as the cursor moves into a different field.
    Syntax
    private Sub T27Screen_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