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 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 codeDescription
OkField attribute found successfully.
NotConnectedYour application is not currently connected to a host session.
InvalidPositionInvalid value specified for presentation space position.
SystemErrorThe method failed due to a system error.
NoSuchFieldField 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.

...