/
VBS_Set (Method)
VBS_Set (Method)
IICursor::VBS_Set
Change the cursor position.
Function VBS_Set(row As Long, column As Long) As Long
Parameters
No | Name | Type | Optional | Default | Description |
---|---|---|---|---|---|
1 | row | Long | No | - | cursor row |
2 | column | Long | No | - | cursor column |
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 row, column as Long
Dim result as Long
row = 18
column = 45
result = cursor.VBS_Set(row, column)
Dim result as Long
row = 18
column = 45
result = cursor.VBS_Set(row, column)
QWS3270 Automation copyright © Jolly Giant Software Inc. All rights reserved.
, multiple selections available,
Related content
ll VBS_Set_(Method)
ll VBS_Set_(Method)
More like this
Set (Method)
Set (Method)
More like this
ll Set_(Method)
ll Set_(Method)
More like this
VBS_Get (Method)
VBS_Get (Method)
More like this
ll VBS_Get_(Method)
ll VBS_Get_(Method)
More like this
Get (Method)
Get (Method)
More like this