Re: Help needed with Forms45 menus

From: QuadTwin <quadtwin_at_aol.com>
Date: 1997/01/30
Message-ID: <19970130041600.XAA18361_at_ladder01.news.aol.com>#1/1


Yes there is:

  set_menu_item_property('MENU_NAME.ITEM_NAME', enabled, property_false);

You can also hide them by:

  set_menu_item_property('MENU_NAME.ITEM_NAME', displayed, property_false);

The MENU_NAME.ITEM_NAME syntax could give you some trouble if you haven't used it before. These names are the names that are displayed in the menu object navigator, NOT the label property that the user of the menu sees.

Al Received on Thu Jan 30 1997 - 00:00:00 CET

Original text of this message