ll VBS_Set_(Method)
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)
QWS3270 Automation copyright © Jolly Giant Software Inc. All rights reserved.
Â