nicocizik
Comments
-
Hi Rajeev,
This issue is in your RAP code. An empty string '', is not a valid integer so when you make a call to StrToInt with an empty string, the error will occur. Check the value of the DBCalc(s) before converting them to an integer.… -
Hi Dirk,
The issue is the FormatSettings. This is the only reason this behavior will occur. Somewhere (or multiple places) in your code you are manually changing the DecimalSeparator. After this is done, you need to be sure to perform … -
Hi Dirk,
Please send the empty PDF file to me so I can see what is happening. If you could export the PDF with the compression set to clNone, that would be helpful. -
Hi Dirk,
Empty PDF files are generally caused by a corruption of the PDF source. The main reason we see this is when the Delphi FormatSettings are changed without syncing the ppFormatSettings. If you are changing the FormatSettings, be … -
Hi Adam,
Rather than assigning the FileName of the PDFDevice, simply set its OutputStream property to the memory stream you would like to write to (MS1).begin
MS1 :… -
Hi Adam,
The issue is that your merged archive data is held in the MS1 stream, yet you never assign it to the ArchiveReader after the loop.
Your code above merges multiple archives to a single archive, then exports that to PDF.… -
Hi Robert,
See the source for the supported TeeChart RAP RTTI in the ppChrt.pas file for all included routines/properties beyond the published ones.
Chart.ColorPalette is not currently supported for RAP however I will add it fo… -
Hi Steve,
Thank you for checking in. I checked and your message was received but for some reason it was sent to our junk folder. I will take a look at your example and get back to you as soon as possible. -
Generally the access token is valid for 1 hour. ReportBuilder stores this token in memory so it is lost once the application is closed. It is on our to-do list to add a feature automatically saving the access token to disk once it is obtained. Th…
-
Hi Steve,
1. Which version of ReportBuilder and Delphi are you using?
2. Are you using InfoPower to display images inside RTF in ReportBuilder? If so, which version?
Please create a simple example that demonstrates … -
Hi Adam,
Yes, below is a copy of my email response from November, 21.
---
I tested your example with Delphi 10.4.2, and Delphi 11.2 on multiple machines and it functions as expected. I am at a loss at what is happen… -
Hi Adam,
I only added the OnDrawCommandClick event to show how the memo URL can be done both ways. It is not necessary for PDF.
Using your exact code and similar form definition, I was unable to recreate this. Please send you… -
Below is a link to the example I created which appears to be working as intended. It was created with RB 21.05. Let me know if it you still get the issue on your machine with my example and I'll try to track down what is happening.
Hi Marko,
>>But unfortunately I can't get it to work in this version.
Do you mean it does not generate a barcode or the barcode is generated but cannot be verified? Note that I am not attempting to verify the barcode wit…Hi Adam,
Thanks for the clarification.
While hyperlinks are not supported for memos in ReportBuilder, it is possible to trick the PDF device into making the entire memo control hyperlink-clickable by assigning the HyperLink pro…Hi Marko,
Which version of ReportBuilder and Delphi are you using? In my testing with your exact data, I was able to produce a QR Code (version 11) that was exactly 46mm x 46mm without issues. Below is my simple code.
We have…Hi Gerd,
Please consider upgrading to the latest version of ReportBuilder. If, after upgrading, you still experience the PDF issue (or any other issue), we will be able to provide active support to track down and solve the problem.
…Hi Adam,
TppLabel components are not stretchable.
One option would be to implement the OnDrawCommandClick event of the memo and manually open the website when the memo is selected. Something like the following:in Stretch behavior on tppLabel / tppDBLabel Comment by nicocizik November 2022Hi Gerd,
Looking back I do not see any specific issues with RB 14.08 that would cause this behavior. My suggestion would be to download a trial copy of the latest version of RB and test.
in PDF-File only 1 KB Comment by nicocizik November 2022Hi Michael,
The report viewer/preview does not have form field capabilities built-in.
1. It would be possible to implement the OnDrawCommandClick event to open an input dialog for the clicked field.
2. Form fields ar…Hi Thomas,
Thanks for the feedback.
It is possible to replace the default display formats available by creating a descendant to the TppDisplayFormat class. See the following article/example on how this can be done.
…Hi Sertan,
Please consider upgrading to the latest version of ReportBuilder and re-testing. I am unclear about what is causing the problem. ReportBuilder does not change the barcode output without input from the user/developer. I will …1. The TextSearchSettings.DefaultText can be used to alter the initial text.
2. I am unable to recreate this on my machine. As I mentioned before, the TextSearchPreview is not designed to work outside the TppPreview so you are using it a…Which version of ReportBuilder and Delphi are you using? In my testing with your data, the Code128 barcode is generating and scanning correctly (and is identical to your expected output).Hi Jayanto,
The TextSearchPreview is designed to work inside the previewer however it is possible to assign it to a separate TPanel for quick use. Something like the following:…
There is patch available for RB 21.05 that solves this issue. Registered users with a current software subscription can email support@ to receive the patch.
For more information about how Delphi 11.2 supports high-entropy 64-bit ASLR by …Hi Sara,
This feature is still on our list of possible future enhancements. Thanks for the feedback.Hi Josef,
In my testing with a minimal report with 4 child subreports all set to shift relative to each other, everything seemed to work as expected (even when re-ordering the subreports inside the detail band in the designer). If you cr…Hi Marko,
ReportBuilder 21.05 was built with the latest release of Delphi (Delphi 11.2 Version 28.0.46141.0937) which was released early September and requires this version to properly install.
Please upgrade your version of De…Currently ReportBuilder does not save the access token once the application has been closed. If you would like to save and reuse the token it will need to be saved manually when your application is closed, and reloaded when opened. You will also n…