Problem with designer when created on a second form
When I create a new C++ app and create the designer on the mainform with: frxReport1->DesignReportInPanel(DesignerSheet);
I have no problem.
But when I create a new form with: TForm2* f = new TForm2(this);
and I have the designer on that form, it will be created ok, deleted ok, but when shutting down the application, I'm getting access violations.
How do I resolve this?
I have no problem.
But when I create a new form with: TForm2* f = new TForm2(this);
and I have the designer on that form, it will be created ok, deleted ok, but when shutting down the application, I'm getting access violations.
How do I resolve this?