I'm trying to set up a parent form with a menu along the top, and a tabbed MDI interface on the bottom. Selecting items from the menu will create a new form if the form doesn't already exist, or select the existing form if it does.
I am running into problems on selecting/activating the existing form. I have tried activating the form object itself, I have tried finding the documentpane parent of the form and activating that.
Activating the documentpane selects the appropriate tab, but instead of showing the forms contents, it show a dark grey background. What am I missing?
Thanks!
I am running into problems on selecting/activating the existing form. I have tried activating the form object itself, I have tried finding the documentpane parent of the form and activating that.
Activating the documentpane selects the appropriate tab, but instead of showing the forms contents, it show a dark grey background. What am I missing?
Thanks!