Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi!
Is it possible to reduce the entries of the status box?
e.g. not to show the values of some list-boxes where alway one value has to be selected?
best regards Georg
If you use
Set HidePrefix = tbl ;
in the script, then all fields that begin with 'tbl' will be hidden by default. And they will not turn up in the current selections object.
HIC
If you use
Set HidePrefix = tbl ;
in the script, then all fields that begin with 'tbl' will be hidden by default. And they will not turn up in the current selections object.
HIC
Perfect! thanks a lot
Best regards georg