Board index » cppbuilder » Load a saved QuickReport

Load a saved QuickReport

Hi,
how can I load a saved report in *.qrp format using QuickReport 2.0k
standard and C++ Builder 3.0 Standard?
I read in QR FAQ that I have to use TQRPHandler, but I think my version
doesn't support this class. I tried to use TQRPrinter->Load but often
give error.
Thanks in advance.

                                                        Andrea

 

Re:Load a saved QuickReport


QuickRep1->QRPrinter->Load(yourFile)

--
With best regards, Mike Shkolnik
E-Mail: mshkol...@scalabium.com
        mshkol...@yahoo.com
WEB: http://www.scalabium.com

Andrea Cremonini <cr...@jpolis.com> ??? a
????:3C3B381F.5070...@jpolis.com...

Quote
> Hi,
> how can I load a saved report in *.qrp format using QuickReport 2.0k
> standard and C++ Builder 3.0 Standard?
> I read in QR FAQ that I have to use TQRPHandler, but I think my version
> doesn't support this class. I tried to use TQRPrinter->Load but often
> give error.
> Thanks in advance.

> Andrea

Re:Load a saved QuickReport


Hi Mike,
thank you for your answer ,you wrote

Quote
> QuickRep1->QRPrinter->Load(yourFile)

I already tried this, but is only valid if the Preview form of
Quickreport is opened; I need a way to load .qrp before call preview.

Thanks.

                                                                Andrea

Other Threads