Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


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)

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

  • No labels