Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


Gets the attribute of the field at the specified position.

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..::.Int32Screen row of the field for which to get the attribute.

column Type: System..::.Int32Screen column of the field for which to get the attribute.

attribute Type: System..::.Byte %After successful call will contain the attribute of the specified field. The value is unspecified if the method fails.

Return Value

The StatusCode indicating the result of the operation.

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.



  • No labels