Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Forms 5.0 Popup Menus

Re: Forms 5.0 Popup Menus

From: Dennis Escamillo <descamillo_at_pe-nelson.com>
Date: 1998/06/08
Message-ID: <6lgsni$hrt@lax.PE-Nelson.COM>#1/1

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US