Database Menu [message #425227] |
Thu, 08 October 2009 02:49 |
rahulpatkiji
Messages: 5 Registered: October 2009
|
Junior Member |
|
|
Hi,
I am running Oracle Developer suite 10g and Oracle DB 10g on Windows XP.
I want to create a main menu form which is based on a table.
ie in database there is table in that table name and menu name are stored by user wise, now i want to create menu such way that after successfully log in system can configure menu at the run-time according to data....
or can we use same functionality in forms 6i ?
Regarding this can someone help me ?
Thanks
|
|
|
Re: Database Menu [message #425357 is a reply to message #425227] |
Thu, 08 October 2009 13:12 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
Perhaps you could do that by querying the table and displaying the output (i.e. the menu) as a hierarchical tree.
|
|
|