Menu Role/Security [message #17892] |
Thu, 03 February 2005 08:47 |
Amarsey
Messages: 17 Registered: March 2002
|
Junior Member |
|
|
I want to prevent certain users from some menu items within my customized menu. How do i acheive that.
Initially i wrote a program unit attached to the menu module to single out the administrator from the other users but i get some compiling error message
e.g.
select count(*) into x from dba_users
where username='ADMIN';
IF X<0 THEN
MESSAGE('Access Denied See Administrator');
END IF;
I got error message that 'dba_users must be declared'
Pls help
|
|
|
|
Re: Menu Role/Security [message #17915 is a reply to message #17895] |
Fri, 04 February 2005 01:53 |
Amarsey
Messages: 17 Registered: March 2002
|
Junior Member |
|
|
hi,
I have done that but i got this error message when i run the form as a result it does not bring out the menu:
FRM-10247: No active items in root menu of application.
|
|
|
|
Re: Menu Role/Security [message #113572 is a reply to message #17977] |
Mon, 04 April 2005 12:23 |
Matloob
Messages: 39 Registered: December 2004
|
Member |
|
|
hi
i have applied the way u have specified
and i have some active items in my main menue root but the problem i m faising that when i run that form it gave me error that curnt user does not have privalages to run the form builder menu
and it does not shown any menue item event the active item to plz do provide me the sameple menue file thanks
|
|
|