Changing RIbbons

drewdrewdrew

Registered User.
Local time
Today, 05:25
Joined
Jul 3, 2014
Messages
35
Hi All,

I want to lock down and unlock the full menu based on a password..

For instance upon load of the database I would like it stripped down when a general user logs in... but if a admin logins in then they get all menus...

so based on the user type will dictate the menus visible.. cane this be achieved'''''''''''';
 
Yes, this can absolutely be achieved!!!
Most ribbon controls have a getVisible callback, so you can call Ribbon.Invalidate, and then each control will run its getVisible callback, and that code can return True or False based on who is logged in.
Hope this helps,
 

Users who are viewing this thread

Back
Top Bottom