Delphi .NET (2) Database (71) Delphi IDE (89) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (280)
Exchange Links About this site Links to us 
|
QuickReport: Load a .QRP file
10 comments. Current rating: (2 votes). Leave comments and/ or rate it.
If you want to load and display a .QRP file (a saved report), you may try the following
code - it's better than nothing. A further problem is that QR2g doesn't want to close
the opened file, so it's not allowed to open again.
 | |  | | QRPreview1.QRPrinter.Cleanup;
QRPreview1.QRPrinter := TQRPrinter.Create;
QRPreview1.QRPrinter.Load(FileName);
QRPreview1.Refresh; | |  | |  |
Comments:
|
myousefnezhad@gmailcom from Iran
|
 |
|
|
|
|
anonymous from Malaysia
|
|
|
|
|
|
anonymous2 from United States
|
 |
|
|
|
|
anonymous from Korea (R)
|
|
|
|
|
|
anonymous from France
|
|
|
|
thank you very much for the tip
|
|
hunter from China
|
|
|
|
QRPreview1.QRPrinter.Cleanup;
this code ,i think Unnecessary!
if you Create QRPrinter Then the QRPrinter is Cleanup!
|
|
To,handle,.QRP,text,files,created,with,QuickReport from Spain
|
|
|
|
I have a digital multimeter from Lendher with PC Interface and with the program Mas_view 1.1 that really sucks, it plots the graphs badly and only lets to save the data in .QRP format.
To be able to handle this data (for example, to plot data correctly, to make calculations, or to import them to Excel) you can:
1) Print the document to a .pdf file with a suitable printer driver (there are some free, and also there is the one that comes with Adobe Acrobat Professional)
2) Then open the pdf with a suitable program (for example Adobe Acrobat, not Reader) that allows editing and save the document to .txt.
Then you can handle the file
|
|
m.xxx14@yahoo.com from Iran
|
|
|
|
|
|
anonymous from Caracas, Venezuela
|
|
|
|
|
|
anonymous from Indonesia
|
|
|
|
|
|