/
QWS3270.SetCursorPosition_Method
QWS3270.SetCursorPosition_Method
Sets the cursor to a new position.
Namespace: JollyGiant.Emulation
Assembly: JGSComdotNet (in JGSComdotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public StatusCode SetCursorPosition( int row, int column ) |
Visual Basic (Declaration) |
---|
Public Function SetCursorPosition ( _ row As Integer, _ column As Integer _ ) As StatusCode |
Visual C++ |
---|
public: virtual StatusCode SetCursorPosition( int row, int column ) sealed |
JavaScript |
---|
function SetCursorPosition(row, column); |
Parameters
row
Type: System..Int32
New cursor row.
column
Type: System..Int32
New cursor column.
Return Value
The StatusCode indicating the result of the operation.
This can be one of the following values:
Status code | Description |
---|---|
WHLLOK | The cursor was successfully placed at the specified position. |
WHLLNOTCONNECTED | Your application is not currently connected to a session. |
WHLLPSBUSY | The session is busy. |
WHLLPOSITIONERROR | The specified cursor position is invalid (the row and/or column values are less than 1 or greater than the number of rows or columns on the presentation space). |
WHLLSYSERROR | The method failed due to a system error. |
Implements
IQWS3270..::.SetCursorPosition(Int32, Int32)
See Also
QWS3270 Class
JollyGiant.Emulation Namespace
Send comments on this topic to Jolly Giant Software
Copyright 2009 by Jolly Giant Software, Inc.
, multiple selections available,
Related content
QWS3270.SetCursorPosition Method
QWS3270.SetCursorPosition Method
More like this
SetCursorPosition Method
SetCursorPosition Method
More like this
Cursor.Set.Method
Cursor.Set.Method
More like this
Set Method
Set Method
More like this
Set_Method
Set_Method
More like this
QWS3270.PositionToCursor Method
QWS3270.PositionToCursor Method
More like this