Constant value in create/edit form
You can use SELECT edit type and populated with only a single item, e.g.
$dg→set_col_edittype(“c_keyuser”, “select”, “1:”.$SESSION["USERCODE"]).
It’s a workaroud but it should work.
You can use SELECT edit type and populated with only a single item, e.g.
$dg→set_col_edittype(“c_keyuser”, “select”, “1:”.$SESSION["USERCODE"]).
It’s a workaroud but it should work.