InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.ALC Library / AlcScreen Object / MoveCursorTo2 Method
1 based screen index.
In This Topic
MoveCursorTo2 Method (AlcScreen)
In This Topic
Moves the cursor to the specified screen location.
Syntax
expression.MoveCursorTo2( _
   ByVal screenIndex As Integer _
) As ReturnCode
where expression is a variable that represents a AlcScreen Object

Parameters

screenIndex
1 based screen index.

Return Value

ReturnCode.Success if successful or ReturnCode.Error if unsuccessful.
See Also