Hi there I need to save a report by program, I'm using Quick Report V 3.0 pro, and C++Builder 5.0, here is my code
QuickRep1->Prepare();
QuickRep1->QRPrinter->Save(ORD0420RSF->FileName1);
it creates the file, but breaks with the following error message:
Access Violation at address 7C91100B in module ntdll.dll read of address 00000018
I also tried to use export filter Html, but does nothing.
Thanks in advance.
QuickRep1->Prepare();
QuickRep1->QRPrinter->Save(ORD0420RSF->FileName1);
it creates the file, but breaks with the following error message:
Access Violation at address 7C91100B in module ntdll.dll read of address 00000018
I also tried to use export filter Html, but does nothing.
Thanks in advance.