Background Color | ||
---|---|---|
| ||
IICursor::VBS_Get |
Retrieve the cursor position.
Background Color |
---|
Function VBS_Get(row As Variant, column As Variant) As Long |
Parameters
No | Name | Type | Optional | Default | Description |
---|---|---|---|---|---|
1 | row | Variant | No | - | row of cursor |
2 | column | Variant | No | - | column of cursor |
Return Code | Description | ||||
JGS_OK | The function was successful, the row and column arguments contain the cursor position | ||||
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
Background Color | ||
---|---|---|
| ||
Dim row as Variant
|
QWS3270 Automation copyright © Jolly Giant Software Inc. All rights reserved.