Hi,
I have a form A which has a MenuItemButton which will then open a new form B when we click on this. The new opened form B has a button form control.
I want to disable that button when the form B will open on clicking that MenuItembutton. I am talking in context of standard forms.
And I can't write Event Hnadler on opened form B bcz that form is used in many other places as well, if I write there then functionality will change everywhere in the system.
Then How can I achieve that button will disable only when I opened the form B on click of that MenuItemButton only. Can I write COC or EH on clicked method of that button. If yes then how?
Thanks & Regards,
Harshit