Versions Compared

Key

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

...

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

Syntax

C#
public StatusCode PreviousFieldPosition(
	ref int row,
	ref int column,
	FieldType fieldType
)


Visual Basic (Declaration)
Public Function PreviousFieldPosition ( _
	ByRef row As Integer, _
	ByRef column As Integer, _
	fieldType As FieldType _
) As StatusCode


Visual C++
public:
virtual StatusCode PreviousFieldPosition(
	int% row, 
	int% column, 
	FieldType fieldType
) sealed


JavaScript
function PreviousFieldPosition(row, column, fieldType);


Parameters

row
Type: System..::.Int32 %Starting
Starting screen row.

column
Type: System..::.Int32 %Starting
Starting screen column.

fieldType
Type: JollyGiant.Emulation..::.FieldTypeField FieldType
Field type to get the position for.

Return Value

The StatusCode indicating the result of the operation.

...

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.
InvalidPositionSpecified 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..::.PreviousFieldPosition(Int32%, Int32%, FieldType)

See Also


QWS3270 Class
JollyGiant.Emulation Namespace

Send comments on this topic to Jolly Giant Software

...