FieldPosition Method
Gets the starting position of the field field (of any type) at the specified screen position.
Namespace: Â JollyGiant.Emulation
Assembly: Â JGSComdotNet (in JGSComdotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
StatusCode FieldPosition( ref int row, ref int column ) |
Visual Basic (Declaration) |
---|
Function FieldPosition ( _ ByRef row As Integer, _ ByRef column As Integer _ ) As StatusCode |
Visual C++ |
---|
StatusCode FieldPosition( int% row, int% column ) |
JavaScript |
---|
function FieldPosition(row, column); |
Parameters
row
Type: System..Int32
Screen row position.
column
Type: System..Int32
Screen column position.
Return Value
The StatusCode indicating the result of the operation.
This can be one of the following values:
Status code | Description |
---|---|
Ok | The specified field length was found. |
NotConnected | Your application is not currently connected to a host session. |
ParameterError | One or more of the call parameters are invalid. |
InvalidPosition | The screen position specified is invalid. |
SystemError | The method failed due to a system error. |
NoSuchField | The specified field was not found, or the session presentation space is unformatted. |
ZeroLengthField | The specified field has a length of zero. |
See Also
IQWS3270 Interface
JollyGiant.Emulation Namespace
Send comments on this topic to Jolly Giant Software
Copyright 2009 by Jolly Giant Software, Inc.