Questions tagged [quickreports]

QuickReports (or QuickReport) are a set of VCL components for reporting in C++ Builder or Delphi.

83 questions
6
votes
2 answers

Is QuickReports included with Delphi 2009?

We are considering moving from Delphi 7 to Delphi 2009 and would like to know if QuickReports is still included in the package?
ObiWanKenobi
  • 14,526
  • 11
  • 45
  • 51
6
votes
5 answers

How to create a report using fast Reports with out connecting directly to a database

I have been asked by my company to update the reporting functionality of a paticular application written in delphi and using Quick reports to use FastReports instead. The current implementation pulls all the data out of the database, does a lot of…
Crunchie
  • 197
  • 1
  • 3
  • 9
5
votes
2 answers

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.
LightBulb
  • 964
  • 1
  • 11
  • 27
5
votes
2 answers

Converting QuickReport To FastReport

I am Converting a QuickReport to a FastReport in Delphi source, I want to determine the event method name that assigned to a QuickReport object and according to it assign a method to the same event of the FastReport object. How can I do it?
Hamid
  • 93
  • 1
  • 2
  • 5
5
votes
1 answer

Migrating from QuickReport to FastReport, Rave Reports or what?

I'm migrating a Delphi project from old Delphi 2.0 IDE to the new RAD Studio XE2. I need to abandon QuickReport components. To which free report component can I migrate to? I see XE2 has FastReport and Rave Reports included. Which one do you…
bluish
  • 26,356
  • 27
  • 122
  • 180
4
votes
1 answer

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 this at all possible with QuickReports? If not, do…
Sam
  • 2,663
  • 10
  • 41
  • 60
4
votes
2 answers

How to convert a QuickReport .QRP files into XML, HTML or Text?

I need to create a service to convert a series of QuickReport _(.QRP)_ files into something more parsable such as Text or HTML. What is the best way of doing that?
John Doherty
  • 3,669
  • 36
  • 38
3
votes
1 answer

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 free/OSS) solution for converting .qr2 reports to…
Mariano
  • 1,023
  • 1
  • 11
  • 19
3
votes
2 answers

QuickReport on Delphi Sydney 10.4.1

I have a license for QuickReport components (I have files for Delphi 10.3). Now I want to migrate to Delphi 10.4.1 but I see the lead author of QR is dead and component development has stopped. For me it is a disaster, I will not be able to switch…
Insane
  • 121
  • 1
  • 6
3
votes
3 answers

How to make QR Page Footer or Band to be under Band Details not at the page end?

I need to make report, that has summary after Details had printed, not after every each Detail. I only know the Page Footer, but it's at page bottom not after the Detail Band. Is there a QRBand that could go after Detail Band? Or can you make…
Mr.Pengu
  • 107
  • 1
  • 2
  • 10
3
votes
1 answer

Quick report displaying or printing a report incorrectly with windows font size setting is: (125%,150%) or dpi larger then 96 (120,144)

This problem is well known, but I've yet to find a solution. Whenever the fon-size in windows is set to higher then the normal size the report shrinks relative to the paper size, and gets anchored to the top left corner of the page like…
user1349751
  • 81
  • 1
  • 6
3
votes
1 answer

How can I get the COLLATE setting of a printer driver?

I need to capture a printer driver's settings that a windows machine has set up to determine if they have collate turned on for a particular printer. I know how to get whether a printer can collate using the DeviceCapabilities call passing in…
TJ Asher
  • 737
  • 9
  • 27
3
votes
1 answer

Excel Export: Text Objects in title band or groupheader band get their own separate columns

I need to have QuickReport export to XLS files, The problem is that I get empty columns in between my data objects, That happens because while the stream is being created, columns are set according to the objects position from top to bottom, in such…
user1349751
  • 81
  • 1
  • 6
2
votes
0 answers

Is it possible to create HyperLink using QuickReport's QRLabel

In a Delphi based application, we are using QuickReport as reporting tool. As per new requirement, website addresses and email addresses in generated PDF has to be act as hyperlinks We use QRLabel to display most of the static information. Is it…
2
votes
1 answer

How to know when the last Detail band is printing?

I have a (repeating) detail band, and attached to it is a child band: I want to have the child band hidden, until it is printing the last detail band. Conceptually it would be something like: EOF? My first thought was to check the .EOF property of…
Ian Boyd
  • 246,734
  • 253
  • 869
  • 1,219
1
2 3 4 5 6