nicocizik
Comments
-
Hi Jenny,
This is not a known issue with RB 19. Which edition of ReportBuilder are you installing? Have you tried RB 19.04 or RB 20? Are you able to try installing to a different machine?
Unfortunately the screen shot you po… -
Hi Alex,
This is not a known issue with RB 19. Are the images saved with the report template or being loaded from a different location? If possible, please create a simple example that demonstrates this behavior and send it to support@d… -
Hi Dusten,
The PDF device uses image optimization logic to reduce file size which is likely causing this issue since the maps are being changed on the fly. Try disabling the optimization by setting the PDFSettings.OptimizeImageExport pro… -
Hi Yong,
You need to be sure the PDFSettings.FontEncoding property is set to feUnicode. For the example, if you are setting this property in the report, I suggest assigning the Report.PDFSettings to the PDFDevice.PDFSettings.
… -
Hi Adam, (Quote) No, the report engine requires bookmarks to generate the report. It is not possible to manually traverse the data. This is a requirement that has been in place since the beginning.
It appears that TXQuery is broken fo… -
Hi Yong,
Take a look at the following article on how to export each page in a report as a separate file. The example uses the PDF device but this method will work for any export option.
in Is there any way to save each page of a report as a single file? Comment by nicocizik July 2019 -
Hi Adam,
Which database and connectivity are you using to access your data?
ReportBuilder requires the use of bookmarks and a bi-directional traversal capable DB in order to properly navigate and print a report.
The … -
Hi Peter,
See the following article on how to locate the installed demos and tutorials.
http://rbwiki.digital-metaphors.c… -
Hi Steve,
The short answer is Yes.
ReportBuilder now supports over 20 file export options including … -
Hi Martin,
This may be a conflict with the threaded page cache and another aspect of your application. As a test, try setting the PreviewFormSettings.SinglePageOnly property to True and re-run your application.
-
Please update your profile to include your first and last name so that we can address you properly.
Be sure the PDFSettings.ScaleImages property is False to ensure the original image is exported to the PDF file.
-
Hi Erwin,
There are no known issues with the TppVariable CalcOrder feature. In your example above, does the report have columns, groups, multiple pages, etc.? Are you assigning the CalcComponent property of the TppVariable? Are you usi… -
Please send all files to support@digital-metaphors.com. We will continue this discussion via email and I will post the solution once it is found here.
-
Hi David,
Which version of ReportBuilder are you using?
It appears there is an issue with the destroy sequence of your application as it does not appear that even the TppReport object is properly freed.
Please post o… -
Hi Marjit,
The DBRichText component is designed to handle binary RTF data.
-
Hi Marjit,
The RichText component in ReportBuilder is a wrapper around the Delphi TRichEdit which does not support embedded images. If you would like to display RTF data with embedded images, you will need to use a third party RTF librar… -
Hi David,
Which version of ReportBuilder are you using?
This is likely caused by a memory/resource leak either in ReportBuilder or your application. I suggest enabling memory leak reporting for your application and re-running … -
Hi Jean,
All information about previous RB states is stored in an .ini file on your machine by default. Unless it has been changed, the default location is ($LocalAppData)\RBuilder\RBuilder.ini (on my machine it is: C:\Users\ncizik\AppDa… -
Hi Mike,
Try using the Region.OnPrint event to alter the height of the image. This being the region the image is inside. In my testing, this event fired early enough to successfully alter the image size.
Since you are using a… -
Hi Fabio,
We only have the resources to provide support for the latest version of ReportBuilder. Please consider upgrading to the latest version to obtain this fix as well as hundreds of other fixes and enhancements since RB 17.
Hi Mike,
How is the text and image separated? Are they each in ShiftRelativeTo Regions, or Subreports, or separate bands? Are you using a one pass or two pass report?
Simply shrinking the image can also be troublesome as it l…This is a known issue and has been fixed for the latest version of ReportBuilder 19.04.
Hi Daniel,
I'm sorry but this level of support requires a software subscription. The trial is intended for evaluation purposes only, not project development.
We hope that you will consider purchasing ReportBuilder which includ…Please be sure that the forum email is your registered email address when purchasing ReportBuilder.
We only have the resources to provide support to registered users of ReportBuilder with an active software subscription.
Please be sure that the forum email is your registered email address when purchasing ReportBuilder.
We only have the resources to provide support to registered users of ReportBuilder with an active software subscription.
Hi Martin,
Please be sure that the forum email is your registered email address when purchasing ReportBuilder.
We only have the resources to provide support to registered users of ReportBuilder with an active software subscript…There is a patch available for RB 19.04 that ensures the report is the first attachment. Currently registered users can email support@ to receive this patch.
Hi Amman,
From Delphi, this is possible by using multiple DB Connections on the same form/datamodule.
DADE (ReportBuilder data workspace) is not designed to handle multiple database connections at once.
Hi Daniel,
Please update your email address to the one you registered ReportBuilder with so we can verify your registration information.
We are going to need more information about your issue. Which version of Delphi are you u…