...
Gets the position of the previous field with 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)
...
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..::.FieldType
Field type to get the position for.
...
Status code | Description |
---|---|
Ok | The specified field was found. |
NotConnected | Your application is not currently connected to a host session. |
ParameterError | One or more of the call parameters are invalid. |
InvalidPosition | Specified presentation space position 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. |
Implements
IQWS3270..::.PreviousFieldPosition(Int32%, Int32%, FieldType)
See Also
QWS3270 Class
JollyGiant.Emulation Namespace
Send comments on this topic to Jolly Giant Software
...