Versions Compared

Key

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

Gets the length of the field (protected or unprotected) specified by the cursor position.

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

Syntax

C#
StatusCode FieldLength(
	int row,
	int column,
	ref int length
)

...

Visual Basic (Declaration)
Function FieldLength ( _
	row As Integer, _
	column As Integer, _
	ByRef length As Integer _
) As StatusCode


Visual C++
StatusCode FieldLength(
	int row, 
	int column, 
	int% length
)

...

JavaScript
function FieldLength(row, column, length);


Parameters

row
Type: System..::.Int32The Int32
The row position of the field.

column
Type: System..::.Int32The Int32
The column position of the field.

length
Type: System..::.Int32 %The
The length.

Return Value

The StatusCode indicating the result of the operation.

...

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


See Also


IQWS3270 Interface
JollyGiant.Emulation Namespace

Send comments on this topic to Jolly Giant Software

...