Questions tagged as 'quickreport'

1
answer

Change "Step" in Quickreport printing progress

I'm developing a carton printing system, so I'm sending out extensive print files, somewhere around 25000 pages per view. Due to this large number of pages, the printing progress of Quickreport takes 2 minutes to advance the 5% step. How...
asked by 15.08.2015 / 22:52
1
answer

Is it possible to read a Quick Report file (qrp) from PHP?

Hello, I have a Quick Report file (.qrp format). I need to analyze his data from within PHP, but I did not succeed. Is there any way to do this?     
asked by 11.02.2017 / 12:17
1
answer

What's wrong with this code in delphi?

In the onCreate of the mainform, I have the following code: procedure TForm1.FormCreate(Sender: TObject); begin QuickRep1.Prepare; QuickRep1.Printer.Load('arquivo.qrp'); QuickRep1.ExportToFilter(TQRAsciiExportFilter.Create('teste.txt')); Q...
asked by 16.02.2017 / 01:44
1
answer

Mouse scroll button on a quick report report

How to make the mouse scroll button work in Quick Report reports. Today I use a custom Preview using the TQRPreview component. I use Delphi 7 and Quick Report 3.0.9.     
asked by 28.06.2016 / 14:35
2
answers

QuickReport Save PDF by Padrao

My reports always have the TQRPDFfilter component, so they can be exported to PDF. However, the customer is complaining that when he clicks save, he still has to select the format he wants to save (in this case, pdf), because he always comes as...
asked by 11.02.2016 / 13:49