InfoConnect for Unisys VBA Guide
MoveCursorTo1 Function (T27Screen)
Row position to move the cursor to.
Column position to move the cursor to.
Moves the cursor to the specified screen location.
Syntax
object.MoveCursorTo1( _
   ByVal row As Long, _
   ByVal column As Long _
) As ReturnCode

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 movement is bound by the screen dimension.
See Also

 

 


2015 Attachmate

Send Feedback