I have form MenuPrincipal
and FormLogon
, where the latter, after performing login validation queries, calls the Menu and closes. I need to limit some buttons and controls depending on the access level of that user that just logged in, as well as saving their ID to a variable. Is there any way to do this?