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 »



       



QWS3270 COM .NET Help
Field..::.GetNextPosition Method
Field Class  See Also  Send Feedback



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 GetNextPosition(
	ref ScreenPosition position,
	FieldType fieldType
)
Visual Basic (Declaration)
Public Function GetNextPosition ( _
	ByRef position As ScreenPosition, _
	fieldType As FieldType _
) As StatusCode
Visual C++
public:
virtual StatusCode GetNextPosition(
	ScreenPosition% position, 
	FieldType fieldType
) sealed
JavaScript
function GetNextPosition(position, fieldType);


Parameters

position Type: JollyGiant.Emulation..::.ScreenPosition %Position inside the field where the search is to start.

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
WHLLOKThe specified field was found.
WHLLNOTCONNECTEDYour application is not currently connected to a host session.
WHLLPARAMETERERROROne or more of the call parameters are invalid.
WHLLPOSITIONERRORThe specified presentation space position is invalid.
WHLLSYSERRORThe method failed due to a system error.
WHLLNOFIELDThe specified IField field was not found, or the session's presentation space is unformatted.
WHLLZEROLENFIELDThe next IField field of the specified type, after the specified IField, has a length of zero.


Implements

IField..::.GetNextPosition(ScreenPosition%, FieldType)

See Also


Send comments on this topic to Jolly Giant Software

Copyright 2009 by Jolly Giant Software, Inc.

  • No labels