nicocizik
Comments
-
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 2022
-
Hi 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 2022 -
Hi 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…
-
Set EmailSettings.PreviewInEmailClient to False to automatically send.
-
Hi Omar,
This issue was fixed for the latest version(s) of ReportBuilder. Please upgrade to RB 21.05 to receive this fix as well as numerous others. -
Hi Ken,
In my testing with new credentials, the plugin is working correctly. I went ahead and created a new app registration to see if anything has changed.
1. It appears the authentication code is not being received. Be sure… -
Starting with RB 21, it is possible to easily send stand-alone emails without the need of a report. This is one of the many features of RB that really could be its own product
in TppRESTMailOutlook365 Using without a Report Comment by nicocizik September 2022
-
Hi Ken,
ReportBuilder fully supports REST API access to Gmail and Outlook.com using their OAuth2 authentication process. Once you register your application with the mail service, ReportBuilder handles the retrieval of the access token in… -
Hi Ken,
Do you have a link to this information? -
Hi Ken,
I am not aware of any major changes to the way Microsoft handles OAuth2 verification in the near future. Is there something I am missing? -
Hi Marko,
In my testing with your exact Body text, the email showed correctly both in Outlook and the Gmail web interface. How are you viewing this email?
One item I noticed is that a CRLF is actually #13#10. It didn't make a… -
Hi George,
Please ignore my previous post. There is a built-in feature of the TppGroup that will automatically start each group on an odd page. I was reminded of this feature when trying to recreate the issue you described aboveHi George,
See the following article on how to force group headers to print on odd pages. I believe this will give you the effect you are after.
in Duplex printing Comment by nicocizik September 2022Hi Daniel,
ReportBuilder 21.04 was built with the latest available version of Delphi (11.1) and it requires this version to run properly.
Please be sure you are using Delphi 11.1 (or Delphi 11 Update 1). Version 28.0.44500.8973…Hello,
Please update you user credentials to include your full name.
Which version of ReportBuilder and Delphi are you using? What format are the images pixelated? (i.e. in the previewer, PDF, printer, etc).
Hi Julien,
Which version of ReportBuilder are you using? In order to fully support factur-x 2.x, you will need to use RB 21.04 with the latest patches. Please contact support@ with your current serial number and an example factur-x .xml…