Can't Preview any report
I have Rad Studio XE7 and I'm using C++ Builder (not Delphi). I have a few projects written in XE7 and they work perfectly with FR5 VCL, so I know it's installed and working.
I converted a project from an old version of C++ Builder to XE7, and I can't get any of my reports to print / preview.
I even tried making a simple report that just has a report title with just text, no databases, no variables, just one TfrxMemoView.
frxReport1->Clear();
frxReport1->LoadFromFile("p:\\rad\\crash.fr3", True);
frxReport1->PrepareReport(True);
frxReport1->ShowPreparedReport();
When I run this code it crashes, I get an access violation, read of address 0x00000000.
Not sure what could be wrong, was hoping somebody could give me a suggestion.
Thanks!
I converted a project from an old version of C++ Builder to XE7, and I can't get any of my reports to print / preview.
I even tried making a simple report that just has a report title with just text, no databases, no variables, just one TfrxMemoView.
frxReport1->Clear();
frxReport1->LoadFromFile("p:\\rad\\crash.fr3", True);
frxReport1->PrepareReport(True);
frxReport1->ShowPreparedReport();
When I run this code it crashes, I get an access violation, read of address 0x00000000.
Not sure what could be wrong, was hoping somebody could give me a suggestion.
Thanks!
Comments
Hi everybody!
I get now the same problem, is there a solution in the meantime? btw. all required FR's packages are in the run-time packages list.
Thanks, Pit