Purpose |
With
GetFieldAttribute
you can read attributes of a screen element (field, button, table, table
column) |
Examples |
GetFieldAttribute
F[Business area.]
row="frow"
The row number is read into the
variable V[frow].
GetFieldAttribute
[Alle Positionen,12]
header="chead"
The column header is read into
the variable
V[chead].
|
Format |
GetFieldAttribute
F[element]
options
GetFieldAttribute
[column]
options
You can specify one or several
of the following options.
GetFieldAttribute
cell[table,column,row]
options
|
Options |
row= |
row number |
column= |
column number |
textRow= |
row number of the field text (label)
|
textColumn= |
column number of the field text (label) |
text= |
field text (label)
|
size= |
field size |
techName= |
technical name, e.g. VBKD-BSTKD |
header= |
for columns: Header |
fieldType= |
element type e.g. "P" for pushbutton |
columnNumber= |
for columns: column number in table |
displayColumnNumber= |
for columns: column number in screen display |
width= |
for columns: column width
for controls: control width |
height= |
for controls: control height |
buttonText= |
for buttons: text |
buttonIcon= |
for buttons: icon id |
buttonTooltip= |
for buttons: tooltip |
protected= |
For entry fields, checkboxes, radiobuttons: 'X' = readonly field.
For pushbuttons: 'X' = button not active. |
|
Components |
GuiXT (only
useful with InputAssistant) |