Assume i have a var named PERMISSION filled with "NO" from activate_form...
How to disable the the choice UTENTI in TOOL menu if this var is = "NO"?
Same to disable one button in toolbar1 for example the button IMPORTA?
Printable View
Assume i have a var named PERMISSION filled with "NO" from activate_form...
How to disable the the choice UTENTI in TOOL menu if this var is = "NO"?
Same to disable one button in toolbar1 for example the button IMPORTA?
Simply set their Enabled property to false based on whatever criteria.