nicocizik
Comments
-
The "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…
-
Hi Jim,
ReportBuilder does not currently support images embedded into a RichText document when exporting to RTF or DOC. This is a feature will will consider researching and adding for a later release of the product.
Currently … -
This question is being handled/researched via email. A solution or comment will be posted here when it is available.
-
Hi Timo,
Please send a sample wmf file that demonstrates this issue and I will research it further. Send the file to support@.
-
Hi Luis,
This should be possible to do without the use of manual SQL. What have you tried so far? What does your manual SQL look like?
Generally you will want to join the two tables on a shared field, then create a search con… -
Hi Max,
Thanks for the information. We are currently researching the Code-128 issues and will mark down to enhance the QRCode logic similarly to the way you did for a future release.
I will post back here with any new updates … -
Hi Steven,
There are numerous reasons the report may be getting stuck. My suggestion would be to simplify your report as much as possible to try to isolate that reason. Start by removing all RAP code and the subreport that works correct… -
Hi Steven,
I suggest using the OnFileDeviceCreate event to check the device being used and toggle the visibility of the subreport(s). In my quick test, this worked as expected. Below is my RAP code.in Change subreport based on Report.DeviceType Comment by nicocizik October 2020 -
Hi Stan,
Where are you altering the TextFileName property (i.e. which event)? Note this this property needs to be assigned before the report prints/exports but after any templates are loaded.