nicocizik
Comments
-
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.
-
Hi Andreas,
Thanks for the feedback. We will consider separating cloud export for a later release of ReportBuilder.
-
Hi Igor,
Thanks for the clarification and info. I will research this further and post back here once a solution is found.
-
Hi Igor,
Unicode characters in PDF form fields are currently only partially supported in ReportBuilder. The primary issue is that Unicode in PDF requires all fonts to be embedded in the PDF file. For form fields (where the entry can be … -
Hi Ralf,
The TppRichText.Paragraph is included in the RAP RTTI however it does not expose all its descendent properties such as the Tab property. If you would like to access these properties in RAP you will either need to enhance the RTT… -
Hello,
There is now a patch available for ReportBuilder 20.03 that addresses this issue. Registered RB 20 users with a valid software subscription can email support@digital-metaphors.com to receive the patch.
-
Hi Jim,
See the following article on how to remove export formats.
http://rbwiki.digital-metaphors.com/output/overview/removing-form… -
Hi Scott,
The email feature in ReportBuilder can send emails in three ways:
1. Directly by connecting to a SMTP server. (ex. Gmail SMTP server via Indy).
2. Opening and/or sending from the default email client on the machi… -
Hi Shavez,
ReportBuilder uses the default printer to measure text and graphics, then scales these values for the screen which is typically lower resolution. For this reason, the screen output and printed output are not always matched at … -
Hi Arnaud,
There is currently no way to automatically hide the print dialog when printing. I will add this to our list of possible enhancements for a future release.
Currently you can access the OutputDialog property from th… -
Hi Arnaud,
Take a look at demo 124 of the main reports demo for an example of manually sending ReportBuilder a list of pages to be printed. This is the same method used for the Page Range of the Printer Dialog.
It uses the ppTe…