I have a MDI program and the main from has a tool bar with buttons, these butons may be enabled or disabled and I want to change the button (from disabled to enabled depending upon an event in a child form.) I have tried "frmMDI.cmdBuuton.enabled = true" etc but get an error saying "can only have one MDI form".
Any ideas on how this can be achieved?
Regards
Any ideas on how this can be achieved?
Regards