menu security [message #623335] |
Mon, 08 September 2014 13:53 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
kilimanjaro
Messages: 151 Registered: May 2009 Location: Tanzania
|
Senior Member |
|
|
Hello buddies
I have developed my system on forms 6i. Now I want to restrict some users from accessing some menu items.I think it is something to do with grant access.How do I do it chief?
Thank you very much.
|
|
|
Re: menu security [message #625367 is a reply to message #623335] |
Mon, 06 October 2014 17:25 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](//www.gravatar.com/avatar/28e04d32fc62c8578df6c2642bd97628?s=64&d=mm&r=g) |
bluetooth420
Messages: 146 Registered: November 2011
|
Senior Member |
|
|
I am doing it like this
1) Maintaining a special table having Menu items and a flag whether to give access to it or not
2) On starting the main file, i run a procedure to disable/enable menu on the basis of above special table
3) Extra note: Infact, i maintain the table with roles name as well so that on the basis of the roles assign to the user, the menu items are enabled and disabled
|
|
|