Disabling menu.... [message #79790] |
Fri, 12 July 2002 06:38 |
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 #79815 is a reply to message #79790] |
Tue, 16 July 2002 05:13 |
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
|
|
|