I have a form which starts my app. From that form I call a custom menu which opens forms within that initial (master) form. When I click on a menu item, the respective form opens properly in the 'top level' initial form. While one is opened I can click (on the menu bar) and open another form with no error.
However, when I close all the forms contained in that initial form and try to open a new form from the menu, I get the 'Fatal exception error: C0000005' and the application crashes.
Note, when I open a form from the menu the first time I get no problem.
I have searched and searched for clues to solving this and now I am depending of gurus here to help me out.
However, when I close all the forms contained in that initial form and try to open a new form from the menu, I get the 'Fatal exception error: C0000005' and the application crashes.
Note, when I open a form from the menu the first time I get no problem.
I have searched and searched for clues to solving this and now I am depending of gurus here to help me out.