Attachmate.Reflection.Objects.Emulation.IbmHosts Library > IbmScreen Object : MoveCursor Function |
object.MoveCursor( _ ByVal rows As Long, _ ByVal columns As Long _ ) As ReturnCode
Use the CursorRow and CursorColumn properties to verify the cursor location.
Both "rows" and "columns" arguments can be either positive or negative numbers. Negative numbers move the cursor back toward smaller rows and columns. The resulting row and column position is bound by the screen row and column dimension. Rows and columns do not wrap when they reach the maximum or minimum row or column values.
To move the cursor to a specific location, use the MoveCursorTo1 Function or the MoveCursorTo2 Method.