![]() |
Admin 8/13/2012 |
This doesn't hide anything because you added the following line at the end of event: ModifyMenuItem = true
|
G
|
gdmacdo author 8/13/2012 |
I changed the code to the following and the entire menu disappears for the TCHR. Is there a parameter I am missing to state that just the variable title is supposed to be hidden?: This doesn't hide anything because you added the following line at the end of event: ModifyMenuItem = true
|
![]() |
Admin 8/14/2012 |
Greg, |
![]() |
lefty 8/26/2012 |
Greg, there is a logic error somewhere in your code. There are no additional parameters to set. You just need to set ModifyMenuItem value to false for those (and for those only) items you need to hide. If you have a current support contract post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.
|
G
|
gdmacdo author 9/1/2012 |
Thanks for the reply. I am using Active Directory for the security. Normally, this was how I hid a menu but it is not an option under AD. Was looking at this post . If I understand it right ? Just add another field to user login table and assign groups . Then use advanced security and set permissions for that group . Menu item will not show up for those users or will based on the advanced security settings in the admin area . If you don't want to assign each user in the advanced security then just make two groups one as SADM and one as Student Demographics . This basically makes your code not needed . Hope this helps if I understand your goal here? If there is no login then this will obivously not work. But since there is a group session I am assuming there is . |