Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Forms 5.0 Popup Menus
It is somewhat limited, but what you want to do with Popuo menus is supported with the SET_MENU_ITEM_PROPERTY built-in. The call can look something like this:
Set_Menu_Item_Property('my_popup.menu_item1',ENABLED,PROPERTY_FALSE);
Dennis
David Vinson wrote in message <354f8103.0_at_newsprime.tidalwave.net>...
>Does anyone know how to modify properties of a popup menu at runtime.
>
>Specifically, I want to enable/disable menu items based on certain data
>elements.
>
>I've been able to modify the standard menus at runtime and I'm hoping I can
>do the same thing with the popup menus.
>
>TIA
>-Dave...
>
>
Received on Mon Jun 08 1998 - 00:00:00 CDT
![]() |
![]() |