InfoConnect for Unisys VBA Guide
MoveCursorTo1 Function (IbmScreen)
Moves the cursor to the specified screen location.
Syntax
object.MoveCursorTo1( _
   ByVal row As Long, _
   ByVal column As Long _
) 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

 

 


2015 Attachmate

Send Feedback