/
QWS3270.NextFieldPosition_Method

QWS3270.NextFieldPosition_Method


Gets the position of the next field of the specified type, starting at the specified screen position.

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

Syntax

C#
public StatusCode NextFieldPosition(
	ref int row,
	ref int column,
	FieldType fieldType
)
Visual Basic (Declaration)
Public Function NextFieldPosition ( _
	ByRef row As Integer, _
	ByRef column As Integer, _
	fieldType As FieldType _
) As StatusCode
Visual C++
public:
virtual StatusCode NextFieldPosition(
	int% row, 
	int% column, 
	FieldType fieldType
) sealed
JavaScript
function NextFieldPosition(row, column, fieldType);


Parameters

row Type: System..::.Int32 %Screen row.

column Type: System..::.Int32 %Screen column.

fieldType Type: JollyGiant.Emulation..::.FieldTypeFieldType to retrieve the position for.

Return Value

The StatusCode indicating the result of the operation.

This can be one of the following values:

Status codeDescription
OkThe specified field was found.
NotConnectedYour application is not currently connected to a host session.
ParameterErrorOne or more of the call parameters are invalid.
InvalidPositionThe specified presentation space position is invalid.
SystemErrorThe method failed due to a system error.
NoSuchFieldThe specified field was not found, or the session presentation space is unformatted.
ZeroLengthFieldThe specified field has a length of zero.


Implements

IQWS3270..::.NextFieldPosition(Int32%, Int32%, FieldType)

See Also


QWS3270 Class
JollyGiant.Emulation Namespace

Send comments on this topic to Jolly Giant Software

Copyright 2009 by Jolly Giant Software, Inc.



Related content

QWS3270.PreviousFieldPosition Method
QWS3270.PreviousFieldPosition Method
More like this
QWS3270.PreviousFieldPosition_Method
QWS3270.PreviousFieldPosition_Method
More like this
NextFieldPosition Method
NextFieldPosition Method
More like this
QWS3270.FieldPosition Method
QWS3270.FieldPosition Method
More like this
PreviousFieldPosition Method
PreviousFieldPosition Method
More like this
IQWS3270.FieldPosition Method
IQWS3270.FieldPosition Method
More like this