CommandBars Update Error |
Post Reply |
Author | |
l.arantes
Newbie Joined: 10 October 2011 Location: Brazil Status: Offline Points: 1 |
Post Options
Thanks(0)
Posted: 10 October 2011 at 2:36pm |
Hello Guys,
I need to hide the icons and groups of my Commandbars when the user don´t have the permission to use some resources of my application, I am setting the control.visible = False. But when I hide they and, then I access my application with another user that have the permission to use these resources, I set the control.visible = true, but it´s not working, because the commandbars_update isn´t recognizing the controls that had been hidden.
Exemple:
After hide the controls:
Existing Controls -> 1,2,3
Hidden Controls -> 2
What the Commandbars_Update is recognizing -> 1,3
I need to set the control2.visible = true but the Commandbars_Update is not recognizing it. My questions:
1 - How can I solve this error?
2 - How can I reset the CommandBars' componentst to the default state?
Thanks.
P.S: Sorry about my english errors.
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |