Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 


 

Background Color
coloryellow
IICursor::Set


Change the cursor position.

 

Background Color
Function Set(cursor As CursorPos) As Long

 


Parameters

NoNameTypeOptionalDefaultDescription

1

cursor

CursorPos

No

-

 

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


 

Background Color
coloryellow

Dim myPos as CursorPos
Dim result as Long
myPos.row = 18
myPos.column = 45
result = cursor.Set(myPos)

 

 


 

Back to IICursor members



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