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 something I could work with in C#? Or a component for reading these reports directly?
...
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)
normally there is only at most, about 10 sites.
and we are looking to get a reports that looks like this
site1 site2 site3
ga...
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 with the ExportToFilter procedure.
The routine works fine when called from within an application, but when called behind a TIdTCPServer, it h...
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?
...
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 Winforms Application and even a service for that matter. I have seen other discussions on this which indicate it has something to do with t...
i need to create a QuickReport in Delphi 5 that is laid out as:
+================
| Report Header
+================
+=========================================
| Detail Band (auto-stretching, repeats)
.
+=========================================
| Child band (fixed-size)
+======================================
| Child ban...
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 120 and print again the report layout expands off the page, all the elements start at the same position as the 96 dpi setting but the font...
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 all the properties of Frame but I need them. How do I solve this. Any help would be appreciated. Thanking you.
...
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 the FastReport object.
How can I do it?
...
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 is a representation of the results of a query.
How?
...
I´m using BDS MMVI / QuickReport and i need to print a large text with justified aligment (like msword).
Any ideas?
Thanks in advance.
...
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?
...