how can I disable in lispage a field based on user login
I tried xt.assign "CODINOMEOGGE_fieldbloc" false Before the event display,
and also the
OnLoad event:
var = ctrlState Runner.getControl (pageid, 'CODINOMEOGGE');
ctrlState.hide ();
but I could not put it hidden
thanks