nicocizik
Comments
-
As a test, try creating a new Delphi app with a report and button on a form. Set the EmailSettings.Enabled to True and call ppReport1.Print from the button OnClick.
You can also try tracing into the TppPreview.BeforePreview routine where… -
Hi Dusten,
If the Report.EmailSettings.Enabled is set to True, the email button should appear. The only reasons it wouldn't is that it is being set to false elsewhere or your code is not executing.
Are you loading templates? … -
Hi Ian,
I suggest taking a look at the installed AutoSearch demos provided with ReportBuilder. Using AutoSearch allows your users to define a search condition for your data before the report executes.
Also, if you are using DA… -
Hi Vlad,
Please send all examples in .zip format to support@digital-metaphors.com.
-
Hi Vlad,
Which version of ReportBuilder and Delphi are you using? Are you using borders for your label(s)? Are you able to recreate this behavior with a simple app? If so, please send it to us using only RB and Delphi components and we… -
Hi Dima,
This feature did not make it into the latest release but it is still on our list of possible enhancements for a future release.
Thanks for your feedback.
-
Hi Bohdan,
The pre-compiled object files included with ReportBuilder are built for convenience but may not match the version of Android you are building for. I suggest altering your library path to point toward the source files to recrea… -
Hi David,
My first suggestion would be to set the Report.PreviewSettings.SinglePageOnly property to True and see if that helps the issue. It's possible the ThreadedPageCache mixed with another aspect of your app is causing the problem.Hi David,
We need more information about this specific AV in order to track down the issue. When does the AV occur? Are you able to trace into the RB source when the AV happens? Are you able to recreate this AV with a simple applicatio…Hi LJ,
Report templates can be saved as ASCII text by adjusting the Report.Template.Format property before saving. The .rtm file will then be viewable in virtually any text editor. This should make it fairly easy to perform a diff on di…Hi Ricardo,
Take a look at the following articles on troubleshooting email issues. Also, if you are primarily using Outlook, I suggest trying the ppSMTPOutlook plugin as it seems to be the most reliable.
in Email function not working on one machine Comment by nicocizik August 2019Hi Scott,
Unless you have a need for nested groups, I would avoid using multiple groups inside the report.
If you are simply looking to alter the breaking field of a single group, I suggest assigning the Group.BreakName propert…Take a look at the Report.DeviceType property
.
Report.DeviceType :…
Julio,
I'm very sorry but it is absolutely necessary for us to build our products with the latest version(s) of Delphi. It is the responsibility of Embarcadero to keep their minor updates backward compatible. In this particular case, it…Hi Frank,
There is a patch available for RB 20 that solves this issue. All registered users with an active software subscription can email support@digital-metaphors.com to receive the patch.
After researching this, it is our understanding that Delphi 10.2 Update 3 is required to successfully use ReportBuilder 20. Please be sure to have Update 3 installed before installing ReportBuilder 20 to avoid these issues.
Our website h…Hi Ian,
Thanks for the feedback. We will add this to our list of possible enhancements for a later release of ReportBuilder.
Hi Dusten,
The events you are using may be firing too late to make changes to the Report.PDFSettings and still take effect. Try using an earlier event such as OnInitializeParameters and see if that helps.
Otherwise, before the…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 2019Hi 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 PDF,…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…