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 Current »

Retrieve the attribute byte for the specified field.

Property Get VBS_Attribute(row as Variant, column as Variant) As Integer

Parameters

NoNameTypeOptionalDefaultDescription

1

row

Variant

No

-

A row inside the field for which to retrieve teh attribute byte

2

column

Variant

No

-

A column inside the field for which to retrieve the attribute byte

The returned value is the attribute byte of the field at the specified position or 0 if the screen is not formatted.

Sample Code

Dim attribute as Integer
Dim row as Variant
Dim column as Variant
row = 18
column = 45
attribute = field.VBS_Attribute(row, column)

QWS3270 Automation copyright © Jolly Giant Software Inc. All rights reserved.

 

  • No labels