/
Get (Method)

Get (Method)

 


 

IICursor::Get

Retrieve the cursor position.

 

Function Get(cursor As CursorPos) As Long
 


Parameters

NoNameTypeOptionalDefaultDescription

1

cursor

CursorPos

No

-

 

Return Code

Description

JGS_OK

The function was successful, the structure contains 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


 

Dim myPos as CursorPos
Dim result as Long
result = cursor.Get(myPos)

 


Back to IICursor members



QWS3270 Automation copyright © Jolly Giant Software Inc. All rights reserved.




Related content

ll Get_(Method)
ll Get_(Method)
More like this
VBS_Get (Method)
VBS_Get (Method)
More like this
ll VBS_Get_(Method)
ll VBS_Get_(Method)
More like this
Set (Method)
More like this
ll Set_(Method)
ll Set_(Method)
More like this
GetCursorPosition Method
GetCursorPosition Method
More like this