Menu items in Oracle Forms6i [message #83947] |
Thu, 08 January 2004 12:36 |
Srilatha
Messages: 8 Registered: January 2000
|
Junior Member |
|
|
I would like to know if it is possible to fetch the available menu items in a loop and disable them at one time.
something like this...
for i in 1.. menu.menuitems.count
loop
...
end loop
I want to enable particular items disable and some items enable based on a condition.. Can anyone give me an idea of how to do it?
|
|
|
Re: Menu items in Oracle Forms6i [message #83975 is a reply to message #83947] |
Mon, 12 January 2004 09:25 |
prashant
Messages: 122 Registered: September 2000
|
Senior Member |
|
|
U need to make a database Table and insert all the names of then menuitems in it manually. then whenever u add or delete a menuitem u will have to update that table manually. and whenever u need u have to loop thru that table
|
|
|