Need Help(Urgent) [message #81004] |
Mon, 23 December 2002 22:40 |
Aydah
Messages: 11 Registered: November 2002
|
Junior Member |
|
|
hi there,
i have this problem with menu, when i open a form from the menu bar..i want that specific opened form to be disabled from the menu bar so the user can't open it again how can i do it?
|
|
|
|
|
Re: Need Help(Urgent) [message #81014 is a reply to message #81006] |
Thu, 26 December 2002 03:35 |
Balamurugan.R
Messages: 91 Registered: March 2001
|
Member |
|
|
Hai,
Before open the appropriate form, just add
the following code,
set_menu_item_property('menu_name.menu_item_name',
enabled,property_false);
and then add your codes. I think this is the solution
you want.
Let me know this works or not.
With Regards,
Balamurugan.R
|
|
|
|