nicocizik
Comments
-
Hi Kuo,
Which version of Delphi and ReportBuilder are you using? Are you using a registered copy of ReportBuilder or a version built into another product?
-
Hi Jesus,
ReportBuilder does not currently support automatic digitally signing of PDF files. This is a feature that we are strongly considering adding for a future release.
Thanks for your feedback.
-
Hi Mike,
Although Avery 5436 is not current built-in to our Label Printing Wizard, it is possible to print virtually any label using ReportBuilder.
1. Manually: You can manually define the label's dimensions/page size as needed… -
Hi Diego,
There is currently no built-in feature to compress/decompress archives before saving to/loading from database. We will add this to our list of possible enhancements for a future release.
Currently you would need to m… -
Please send me a simple example that demonstrates this behavior (i.e. new report with a single image) and I'll research what is happening. Send the example to support@digital-metaphors.com in .zip format.
-
Hi Asif,
ReportBuilder does not limit the number of subreports per report. Which version of ReportBuilder and Delphi are you using? Are you using a registered copy of ReportBuilder or a version built-in to another product?
Hi Joe,
Are you loading templates? If so, be sure you are setting the ScaleImages property after the template is loaded so it is not overwritten before the report is exported.
Hi Andre,
I highly suggest taking a look at the provided Developer's Guide and tutorials included with every installation of ReportBuilder. These give you a starting point to using and learning ReportBuilder.
in Preview Form in Enterprise Edition on Delphi XE2 Comment by nicocizik December 2020The "Out of system resources" error is likely a different issue. In ReportBuilder, it is usually caused by extremely large images (or large amounts of smaller images) on a single page.
My first suggestion is to simplify your report to tr…Hi Olaf,
I re-read your post and missed the part where you mention you have a PageBreak component in each detail. This will, by design, give you an empty page after each record.
Try removing the PageBreak and see if that solve…Hi Olaf,
I first recommend upgrading to the latest version of ReportBuilder (20.04).
There are a number of reasons an empty page is displayed. Generally it is due to an overflow occurrence with the specific stretchable compone…Hi Periša,
Multi-byte character sets (Unicode) are not currently supported by the PDF417 component in ReportBuilder. PDF417 was never originally designed to support character values above 255 (FF). Some modern readers now allow for UTF-…Thanks for the example.
Please note that this issue only arises when a rotated object is displayed using the TRichView plugin for ReportBuilder. TRichView uses a method to rotate the coordinate space of a Metafile that is not currently…Hi Andrew,
If possible, please send a copy of the Metafile to us for testing. A divide-by-zero case should not ever happen when processing a WorldTransform operation but it appears there is a case where it does.
Send the examp…Hi Tom,
Sorry for the confusion, I apparently misread your instructions.
You need to set the Report.DefaultFileDeviceType to 'PDF' before calling print the first time. This will ensure the default file device used from the pre…Hi Tom,
Thanks for the example.
Starting with RB 14, the screen device (preview) generates all pages in a background thread. In your code when you preview and export to XLS, these actions can be occurring simultaneously causin…I apologize for not responding to this thread. This was being handled via email as well.
ReportBuilder simply provides the PDF/A-3 container for the ZUGFeRD XML invoice. The errors received in the original post dealt with the attached .…Hi Jim,
This is not a known issue nor are we able to reproduce it here. My first suggestion is to uninstall ReportBuilder and re-install the latest version (20.04).
If this does not solve the problem, please send us the exact …For those viewing this thread, this was resolved by creating a .dll using the latest version of ReportBuilder and calling it from a legacy Delphi 5 application. An archive file was created and passed to the .dll which then exported it to the needed…Hi Sergio,
Which version of ReportBuilder and Delphi are you using? Use the Report.PrintDialog to obtain this information.
Hi Campbell,
Brush styles are not currently supported for PDF export. I will add this to our list of enhancements for a later release of ReportBuilder. Thanks for the feedback.
This issue will be fixed for the next version of ReportBuilder. Registered users can contact support@ for a temporary work-around.
Note that this issue only affects certain regional locales.
Hi Andy,
Thanks for the example and information. This issue appears to only occur when the Windows regional locale is set to a non-latin value. It likely has to do with the changed ANSI code page being used in that case.
We w…Hi Oliver,
Which version of ReportBuilder are you currently using? Are you streaming the attachments?
As a test, try setting the EmailSettings.DeleteFile property to False, and then verify that the PDF file is actually being c…Hi Andy,
Thanks for the information. In my tests, encryption is working correctly with code similar to yours and I am able to successfully open a password protected PDF. Below is the code I used to test. If you are still unable to get …Hi Andy,
Which version of ReportBuilder and Delphi are you using? ReportBuilder has supported encrypted PDF exports for quite some time.
Hi Craig,
Bookmarks in PDF are currently not supported by ReportBuilder. This is a feature that is still on our list for possible enhancements for a later release. Thanks for the feedback.
Hi Jim,
Native docx format is not currently supported by ReportBuilder. It is on our to-do list to add this for a later release of the product. Thank you for the feedback.
Hi Jesus,
A patch with MIME sniffing enabled for the API call has already been sent. The other changes require interface changes so will need to wait for the next release.
ReportBuilder uses the Windows API routine FindMimeFromData to determine the MIME type of a file. This routine primarily uses the windows registry to return the correct MIME type. In some cases (such as a server where no PDF type is registered) th…