...
Namespace: JollyGiant.Emulation
Assembly: JGSComdotNet (in JGSComdotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public StatusCode FieldAttribute( int row, int column, ref byte attribute ) |
Visual Basic (Declaration) |
---|
Public Function FieldAttribute ( _ row As Integer, _ column As Integer, _ ByRef attribute As Byte _ ) As StatusCode |
Visual C++ |
---|
public: virtual StatusCode FieldAttribute( int row, int column, unsigned char% attribute ) sealed |
JavaScript |
---|
function FieldAttribute(row, column, attribute); |
Parameters
row
Type: System..Int32
Screen row of the field for which to get the attribute.
...
This can be one of the following values:
Status code | Description |
---|---|
Ok | Field attribute found successfully. |
NotConnected | Your application is not currently connected to a host session. |
InvalidPosition | Invalid value specified for presentation space position. |
SystemError | The method failed due to a system error. |
NoSuchField | Field attribute not found due to unformatted session presentation space. |
Implements
IQWS3270..::.FieldAttribute(Int32, Int32, Byte%)
See Also
QWS3270 Class
JollyGiant.Emulation Namespace
Send comments on this topic to Jolly Giant Software
Copyright 2009 by Jolly Giant Software, Inc.
...