/
Set (Method)
Set (Method)
IICursor::Set
Change the cursor position.
Function Set(cursor As CursorPos) As Long
Parameters
No | Name | Type | Optional | Default | Description |
---|---|---|---|---|---|
1 | cursor | No | - |
| |
Return Code | Description | ||||
JGS_OK | The function was successful | ||||
JGS_PARAMETERERROR | Missing or invalid parameter | ||||
JGS_MEMORY | Insufficient memory | ||||
JGS_NOTCONNECTED | Your application is not currently connected to any valid session | ||||
JGS_SYSERROR | The function failed due to a system error |
Sample Code
Dim myPos as CursorPos
Dim result as Long
myPos.row = 18
myPos.column = 45
result = cursor.Set(myPos)
QWS3270 Automation copyright © Jolly Giant Software Inc. All rights reserved.
, multiple selections available,
Related content
How to use Installer Command Line Parameters
How to use Installer Command Line Parameters
More like this
How to use Command Line Parameters
How to use Command Line Parameters
More like this
Command Line Parameter Syntax
Command Line Parameter Syntax
More like this
Sample Command Line Parameter Entries
Sample Command Line Parameter Entries
More like this
Undocumented Session Parameters
Undocumented Session Parameters
More like this
Choosing a Printer
Choosing a Printer
More like this