Board index » delphi » Cannot Create Form Error when Closing Forms
cn...@primenet.com (Clayton Neff)
![]() Delphi Developer |
Tue, 20 Mar 2001 03:00:00 GMT
Cannot Create Form Error when Closing Forms
This one is driving me crazy. I have an MDI application that has
child windows which contain a page control, Each tab sheet then contains another form. All of this works great. I can open and close forms all day long without a problem. That is, until I try and terminate the application with one of these child windows open. When I do that, I get the following error: Exception EInvalidOperation I imagine this is coming up when the application is closing because When the child is closed, it in turn closes all the embedded forms on My question is, what could be happening during a form's Close() method Can anyone shed any light on this? -- |