-
Hi all,
I use an MDI Form with a menu on it...(wow !).
My problem is that when I call one of its childs, the childs menu come and replaces my MDI Form menu !!!
I DON'T WANT THIS APPENING...but I want to keep the MDI !!! :-(
Any suggestions OTHER than throwing myself of a building ?
HELP !!!!!!!!!
-
I guess one way round it is to define the child forms menus as well and keep them hidden (VISIBLE=FALSE) and when the child form loads it can show the menus and when it unloads it can hide the menus again.
Sorry - that should have been....
I guess one way round it is to define the child forms menus on the MDI form as well and keep them hidden (VISIBLE=FALSE) and when the child form loads it can show the menus and when it unloads it can hide the menus again.
DocZaf
{;->
-
Why not just add all the necessary menus to the MDIForm and leave the Child form blank.
-
Megatron is right. You don't need two sets of menu when you are building MDI program. Just use the menu on the main MDI form. And make sure you set all the other forms as "child".
substring.