Tagged Questions

Quickreports are a set of VCL components for reporting

learn more… | top users | synonyms

5
votes
2answers
332 views

Report generators that can produce PDF/A compliant files

Which of the mainstream Delphi report generators (if any) supports generating PDF files that comply with PDF/A standard? I'm mostly curious about FastReports and QuickReport.
5
votes
2answers
728 views

Is QuickReports included with Delphi 2009

The title says it all, we are considering moving from Delphi 7 to Delphi 2009 and would like to know if QuickReports is still included in the package?
3
votes
1answer
157 views

How to implement variable height detail band in QuickReports

Delphi 7 and QuickReports. Does anyone know how to implement a variable height detail band so that the area for a detail band is dynamically adjusted to best fit the loaded data from the query? Is ...
3
votes
2answers
669 views

Converting QuickReport To FastReport

I am Converting a QuickReport to a FastReport in Delphi source, I want to detrmine the event method name that assigned to a QuickReport object and according to it assign a method to the same event of ...
2
votes
2answers
1k views

Export QuickReport to Excel xlsx format

We need to export a QuickReport so that it can be opened with the latest Excel 2010 in xlsx format. This link provides a solution. But it did not work for us. Anyone have ideas? UPDATE The ...
2
votes
1answer
279 views

Working with .qr2 reports in .NET?

We use an ERP that has a bunch of reports in QuickReport format (.qr2). From what I could search, Quickreports has an interface for Delphi but not for .NET. Anyone know if there's a (preferably ...
1
vote
2answers
97 views

Quickreport property PreviewLeft does not exists

I have a program, which uses quickreports 5 to generate some reports. The program has always been compiled on one specific PC. Now i want to develop the program on other machines, i have a big problem ...
1
vote
1answer
140 views

QReport making a grid with 24 cells in a 3x8 layout

I'm using QuickReport 5 in Delphi 2007. I want to make a grid layout on A4 paper like so: +-----+-----+-----+ | 1 | 2 | 3 | +-----+-----+-----+ | 4 | 5 | 6 | ... | 22 | 23 | 24 | ...
1
vote
2answers
267 views

printing only in the final page with quick report

here is another question of ancient programin' languages, if anybody knows how to print a calculated value only in the last page with delphi 7 and quick reports? i was googling about two hours and i ...
1
vote
1answer
159 views

error “ property not found ” in Delphi 2005

After installing the QuickReport 5.0 version, I get property error messages on all Reports of my previous versions.The error message is FormName.Frame.Color: property not found. Tried with removing ...
1
vote
1answer
413 views

120dpi screws up quick report printing

I have several reports in my application that are using quickreports. When I print them on a machine that has it's dpi setting at 96 they print correctly. If I change the dpi setting on the machine to ...
1
vote
1answer
826 views

Delphi QuickReports: Band order to achieve detail-child-child-child banding?

i need to create a QuickReport in Delphi 5 that is laid out as: +================ | Report Header +================ +========================================= | Detail Band (auto-stretching, ...
1
vote
2answers
421 views

Create a 2 dimension Quickreport

I think im asking for the right type of report from Quickreport. What we have is a simple table, gauge,site,value Gauge and site are the keyfields, (there could be anynumber of Gauge-Site Pairs) ...
0
votes
0answers
38 views

Make report with TQReport

I Have 3 table: Division: --------- DCode | PK DName Worker: ---------- WCode | PK WName ECode | FK DCode | FK Experience ---------- ECode | PK ECost I need build with QReport report like this ...
0
votes
0answers
81 views

QuickReport and Windows 7 XP Mode

I have an application developed in Delphi 5 that works very well in Windows 7 using the XP Mode, except for one code: TQRCompositeReport.Prepare That function only works if I am using an ...
0
votes
1answer
85 views

Delphi: old QuickReport element size as autostretched or aligntobottom?

We have old QuickReport with Delphi 6 Professional. We uses QRShape to make "table" (as in html, or Excel), not the frame (because the frame size is commonly different than shape, and in ...
0
votes
0answers
72 views

Delphi: QRStringsBand is not working same as QRDetailBand?

D6 + QR. I created a big report based on a QRStringsBand. I filled it up formerly which copies I need. For example: QRStringsBand.Items.CommaText = '1 2 3 4'; All of bands are child of this, and I ...
0
votes
1answer
92 views

QR report of size A5 to be repeated on an A4 paper sheet

BDS2006, QR4. I have an A5 size report and I want(well, the customer does :)) to print it twice on an A4 paper sheet. This is because they need to cut the two halves and keep one "for the record" ...
0
votes
1answer
109 views

Delphi 6 Qreports: How I can Display Yens in a Report?

When I print a Currency field, I get '\0' instead of then Yen-sign (my regional settings are set to Japanese Format) How can I display Yens in a Report in Delphi 6? (I can not use another version of ...
0
votes
1answer
273 views

Delphi Quick Reports - Cancel and Close Preview

What's the best way to cancel a quick report whilst it is generating? I would like to cancel the report generation and automatically close the preview screen.
0
votes
1answer
316 views

Delphi QuickReport COUNT problem

I have one very simple, but very annoying problem. I'm trying to count number of rows with specific condition (for example, some column has value 1) in QuickReport. Data in report are given using ...
0
votes
2answers
324 views

delphi quick report not printing title(and other bands)

what are the reasons for quick reports not to print bands? missing the title and detail. prints only page footer and summary, any ideas?
0
votes
2answers
388 views

delphi quick report , print number of grouped records

in quick report 3 and delphi how do you print the number of records that where grouped by the TQRBand type GroupFooter? does it involve expression and Count? thanks. edit: could be named as ...
0
votes
2answers
252 views

Delphi Quick Reports - Total Pages

I'm using QuickReports within my application and would like to have "Page x of x" within the footer. What's the best way to do this?
0
votes
1answer
251 views

How to print a QRLabel, QRMemo justified?

I´m using BDS MMVI / QuickReport and i need to print a large text with justified aligment (like msword). Any ideas? Thanks in advance.
0
votes
1answer
611 views

QuickReport.ExportToFilter throws “stack overflow” error when used in TWebModule

I have a web application using the TWebModule component. It runs as a module on Apache. The code below throws a "Stack Overflow" error on the ExportToFilter. The same exact code works fine from a ...
0
votes
1answer
2k views

Generating PDF with Quick Reports behind a Delphi Web Server

I have a Delphi web server providing some web services*. One of them is supposed to generate and return a PDF report. The PDF creation is done with a QReport that is then exported into a PDF file ...
-1
votes
2answers
551 views

How to create a TClientDataSet from the contents of a TStringGrid

I'm using Delphi 7 and QuickReports on Windows 7. Normally QuickReports require a DataSet generated by a query, but I want to make a report from the contents of a StringGrid as though the StringGrid ...