fat_ent_nam
string |
name of entity 1 ("father") |
fat_wdg_nam
string |
name of mask of entity 1 |
fat_wdg_ext
string |
activate system fields on list of entity 1 {"on",
"off"} |
fat_wdg_mod
string |
mode of widget of entity 1 {"list","form","bvb"} |
res_flag
string |
allow insert only if parent record is reserved {"on","off","reset"}
|
act_mod
string |
mode of interaction {"int","bat"} |
fat_sel_nam
stringlist |
names of fields for selection of parent record |
fat_sel_val
stringlist |
values of fields for selection of parent record |
son_ent_nam
string |
name of entity 2 ("son") |
rel_vie_nam
string |
view name of relation |
rel_ref_agg
string |
direction of relation {"ref","agg"} |
rel_wdg_nam
string |
name of relation list |
rel_wdg_ext
string |
activate system fields on relation list {"on",
"off"} |
rel_wdg_mod
string |
mode of relation widget {"list","form","bvb"} |
sel_fld_nam
stringlist |
names of fields for selection of relation record |
sel_fld_val
stringlist |
values of fields for selection of relation record |
upd_fld_nam
stringlist |
names of fields to write |
upd_fld_val
stringlist |
values of fields |
ret_fld_nam
stringlist |
names of return fields |
optimize
string |
With this parameter a database update is only done
if the old and new values differ (and therefore, the modification
date is not changed if the values are the same).
on = before writing the values of input parameter upd_fld_val it is
checked whether the old value differs from new value. Only in this
case the "new" value is written in field.
off = Value of upd_fld_val is written to field. |
|