Board index » delphi » Quick Report load and print problems
pau...@my-deja.com
![]() Delphi Developer |
Fri, 15 Feb 2002 03:00:00 GMT
Quick Report load and print problems
We are developing an application under Windows 95. We need to load and print
two different files in Quick Report's format (*.qrp) on two different printers on a network but we can't solve some problems: 1) We used a TQuickRep component (QR mentioned below) placed on a form as the QR->QRPrinter = new TQRPrinter(); In this case I can send the print job where I need, but the printed page is QUESTION: How must I use the Load method in order to load the report 2) As an alternate way we used a TQRPHandler class as in the code below: TQRPHandler *Rep = new TQRPHandler(); In this case the report is loaded and printed in the right way on the default QUESTION: Is it possible to send the print job on a different printer other Platform: Thank you to everyone who can help, PAUL P.S. Sorry if the message is so long. Sent via Deja.com http://www.deja.com/ |