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 Current »

Sets the cursor to a new position.

Namespace:  JollyGiant.Emulation
Assembly:  JGSComdotNet (in JGSComdotNet.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
StatusCode SetCursorPosition(
	int row,
	int column
)
Visual Basic (Declaration)
Function SetCursorPosition ( _
	row As Integer, _
	column As Integer _
) As StatusCode
Visual C++
StatusCode SetCursorPosition(
	int row, 
	int column
)
JavaScript
function SetCursorPosition(row, column);


Parameters

row Type: System..::.Int32New cursor row.

column Type: System..::.Int32New cursor column.

Return Value

The StatusCode indicating the result of the operation.

This can be one of the following values:

Status codeDescription
WHLLOKThe cursor was successfully placed at the specified position.
WHLLNOTCONNECTEDYour application is not currently connected to a session.
WHLLPSBUSYThe session is busy.
WHLLPOSITIONERRORThe specified cursor position is invalid (the row and/or column values are less than 1 or greater than the number of rows or columns on the presentation space).
WHLLSYSERRORThe method failed due to a system error.


See Also


IQWS3270 Interface
JollyGiant.Emulation Namespace

Send comments on this topic to Jolly Giant Software

Copyright 2009 by Jolly Giant Software, Inc.



  • No labels