InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmScreen Object / MoveCursorTo1 Method
In This Topic
    MoveCursorTo1 Method (IbmScreen)
    In This Topic
    Moves the cursor to the specified screen location.
    Syntax
    expression.MoveCursorTo1( _
       ByVal row As System.Integer, _
       ByVal column As System.Integer _
    ) As ReturnCode

    Parameters

    row
    column

    Return Value

    ReturnCode indicates success, failure, or a warning condition if the cursor position reaches the screen boundary.
    Remarks
    If either row or column is out of screen bounds, the method moves the cursor, but movement is bound by the screen dimension.
    See Also