F-Script |
![]() |
Wichtigusing "ST-BaseTools.FBL"
|
Nr.
|
Argument
|
Typ
|
Beschreibung
|
1
|
resultName
|
string
|
Name of the resultobject.
|
var resultName := Helper_GetData('Addr') BaseTools_Transform_XRES_2_XFAS(resultName)
Nr.
|
Argument
|
Typ
|
Beschreibung
|
1
|
resultName
|
string
|
Name of the previously builded
resultobject.
|
2
|
xTabName
|
string
|
Name of XTAB that should be created.
|
3
|
suppressDuplicates
|
boolean
|
Suppress duplicate Attributes. (default =
TRUE)
|
Nr.
|
Argument
|
Typ
|
Beschreibung
|
1
|
xTabName
|
string
|
Name of the previously builded XTAB.
|
2
|
withoutView
|
boolean
|
Do not use view filter. (default = TRUE)
|
var resultName := Helper_GetData('Art') var xTabName := 'TheTable' BaseTools_Transform_XRES_2_XTAB(resultName,xTabName,FALSE) var tabRows := XTAB.GetNmbOfRows(xTabName) var tabCols := XTAB.GetNmbOfCols(xTabName) BaseTools_Transform_XTAB_2_XFAS(xTabName,FALSE)