Home » Developer & Programmer » Forms » Disabling menu....
Disabling menu.... [message #79790] Fri, 12 July 2002 06:38 Go to next message
mani
Messages: 105
Registered: September 1999
Senior Member
hai,
I have one menu with five items.When clicking first item the corresponding form will be loaded.here the first menu item is enabled.but I want that menu item alone to be disabled.

so if any form is currently loaded that corressponding menu item in the menu should be disabled.How can i acheive this???

Any help will gr8ly be appreciated.
Thanks
Mani
Re: Disabling menu.... [message #79792 is a reply to message #79790] Fri, 12 July 2002 09:21 Go to previous messageGo to next message
Shilpa
Messages: 59
Registered: November 2001
Member
When new form instance trigger of the forms check if the corresponding menu item is enabled. If it is enabled then disable it.
Re: Disabling menu.... [message #79815 is a reply to message #79790] Tue, 16 July 2002 05:13 Go to previous message
Balamurugan.R
Messages: 91
Registered: March 2001
Member
Hai,

write a code to each of the menu item by,

set_menu_item_property('menu_name.menu_item_name',
enabled,property_false);

If u want to check whether the menu item is enabled
or disable, by using get_menu_item_property.

Hope this would help u.

With luv,
Balu
Previous Topic: FRM-40600: Record has already been inserted.
Next Topic: Locking of rows from forms-6i
Goto Forum:
  


Current Time: Fri Apr 19 11:36:16 CDT 2024