InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.UTS Library / UtsScreen Object / MoveCursorTo1 Method
Row position to move the cursor to.
Column position to move the cursor to.
In This Topic
    MoveCursorTo1 Method (UtsScreen)
    In This Topic
    Moves the cursor to the specified screen location.
    Syntax
    expression.MoveCursorTo1( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As ReturnCode
    where expression is a variable that represents a UtsScreen Object

    Parameters

    row
    Row position to move the cursor to.
    column
    Column position to move the cursor to.

    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 within the screen's dimensions.
    See Also