Quick Report For Delphi Xe2 Professional
Designed by QBS Software Ltd. QuickReport is a branded report generator written in 100% delphi code that integrates very closely with Delphi and C++ Builder. Design reports within the Delphi/C++ Builder IDE using the form designer as a report designer. More Information. Jun 19, 2014 - Q: is there an upgrade path for EDN version to pro? Q: Yes the embarcadero Edition not Pro. Q: I'm using Delphi XE with QuickReport.
Michael Philippenko Thanks a lot all atendees of our webinar with Embarcadero Technologies. We hope than you are got new uesful information and as usually publishing questions and answers from this event.
Q: Can an Excel report include formulas? A: Not yet, but we're planning to impliment such feature. Q: A program may have many responsibilities, many steps, report-generation being only one of them. After generating the report, the program should be able to continue on immediately with its remaining responsibilities, with no left-over impact on the program's available memory and CPU time.
So, is it possible to detach a report from the program that generated it? A: You can create reports in threads. Q: Can you force FastReport 5 to respect XLS/XLSX worksheet cell boundaries (e.g., EVERY cell in column B has exactly the same width), so that each (non-empty) worksheet cell contains exactly one value of the appropriate type (number, text, date, etc.), and each worksheet column is sized to fit?
A: Sorry, not clearly understand what do you mean. Q: Can you design a report to fit cleanly into Excel cells, one value per cell, without page boundaries? A: Yes, we have matrix export to excell so each object will be in separete cell. Q: is there an upgrade path for EDN version to pro? A: Delete Embarcadero Edition.
And setup Pro one Q: Question for David. When do we expect XE7???? A: When it's done.;-) Q: will all these exports be avialable with the XE6 version of FastReports? A: Do you mean Embarcadero edition? Q: Question for David. When do we expect XE7???? A: Check out the roadmap.
Q: Yes the embarcadero Edition not Pro A: No, XE6 uses FR4 version. We're planning to deploy FR5 starts from XE7.
Q: I assume the code and events are not avaialbe with the Embarcadero version? A: Yes, the script is not available in EDN version. You can always look at differences between editions here: Q: I have an issue with Barcodes. When I try to print a Barcode type Code 39 trough FR4 and when I assign a short number like a 1. I can't read with a barcode scanner. Do you know why happen this?
A: This can be because of printer resolution. You can try to set Zoom property or BarWideRatio property. The web-report needs to export to pdf A: Live Demo is available on our web-site - with export to pdf: Q: Can you please show us how to incorporate a FR report into a Windows Service application. The application is multi-threaded so the report must be thread-safe. A: Not just now:) Anyway you need Enterprise Edition for web-reporting Q: Are there example reports included with FR4? Learn by example, easier to modify a report that almost does what I want, would make it easier to get into.
A: Yes, the main demo has a lot of report. You don't need even to install components to try them. You can find compiled demo with reports here - Demo - link Q: Where in XE5 or 6 is FR demo reports (actual srce reports, not compiled). A: If you need an examples about how to use Fast Report from code you can find them in Demo folder after install components. But if you need only to see report, the main demo will work. It has a designer and report templates, so you can always open any template and see how it works. Q: Where in XE5 or 6 is FR demo reports (actual srce reports, not compiled).
A: FR4 install can be found in the registered user download area via EDN downloads menu Q: I'm still a bit confused. What exactly comes withe XE6? Is the VCL version FR4? Is the FMX version the same as the FMX 2 they show on their web site, or is it an older version? What exactly comes free with XE6? A: FR4 VCL & FMX comes with XE6 Q: I realize you are showing the VCL version. Does the FMX version work pretty much the same way?
Important differences? A: Just another good question:) Here you can see comparison table of different FastReports - FMX and VCL More over: compare possibilities of FastReport FMX for different OS: So difference is present. Q: Upgrade or new license when you update from the freebe in XE6 to FR5? A: You can compare prices on the FastReport site - to move to FR5.
Q: I see the prices for the products as you've shown them, but the real question is 'Is there an upgrade price to move from Embarcadero to the FR5, or do you essentially get a new license with Fast Reports?' A: It is really new license Q: Can we use C++ script in FR5? A: Yes, there are 4 types of script languages C++/pascal/Basic/JavaScript. Q: Are there any restrictions on the use FastReport 5 in C++ Builder compared with Delphi?