nicocizik
Comments
- 
                Hi Mauro,
 The latest version of ReportBuilder (20.02) supports PDF 1.7 and many of its features.
 You can find a list of all the features added since RB 12 in the link below.
 We hope you will consider upgradingHi Leonardo,
 We only have resources to provide tech support to Delphi developers with an active ReportBuilder license. If you meet these requirements, please send license details to support@.
 Hi Sergio,
 We only have resources to provide tech support to Delphi developers with an active ReportBuilder license. If you meet these requirements, please send license details to support@.
 Hi Vlad,
 Please let us know which version of ReportBuilder and Delphi you are using before every question.
 We only have resources to provide tech support to Delphi developers with an active ReportBuilder license. If you meet th…Hi Yong,
 Calling the Add routine of TStrings in Delphi will not retain the line break information.
 Try setting the Memo.Lines.Text property instead.
 Memo1.Lines.…Hi Thomas,
 See the following article on how to enable all QRCode versions.
 http://rbwiki.digital-metaphors.com/rcl/barcode/qr…Hi Thomas,
 It is possible to simply place a TppImage on top of a QRCode in ReportBuilder to get this effect. Below is an example of a QRCode with an image.
 - use 2DBarCode to define the QRCode
 - use Image to load t…Hi Yong,
 You can use the OnMailMerge event of the TppRichText component to access the resulting merged RTF or plain text. For your case, you will want to access the TppRichText.PlainText and add it to the Memo.
 Something like …Hi Tom,
 TRichView uses its own logic to export its controls to PDF via ReportBuilder.
 I suggest contacting their support and providing them a simple example that they can test with. If this is a ReportBuilder issue, they will …Hi David,
 Thanks for the feedback.
 Hi Timo,
 There are numerous ways to connect data to a report.
 I suggest taking a look at our provided demos and tutorials included with the ReportBuilder installation. All of them use a data connection of some sort. Also read…Hi Jose,
 raCodMod is a RAP (Report Application Pascal) unit that is only included with the Enterprise and Server editions of ReportBuilder. If you are using the Professional or Standard editions, you will need to upgrade to receive these…This is not currently a feature of ReportBuilder. I will add this to our list of possible enhancements for a future release. Thanks for the feedback.
 ReportBuilder does currently offer PDF export encryption.Hi Scott,
 I sent you an example of this working. I am not getting the "hanging" that you are for my example.
 There is no such call as Report.Prevew. This would be Report.Print with the DeviceType equal to Screen.
 W…Hi Dirk,
 Unfortunately we do not have the resources to support older versions of ReportBuilder.
 Have you tested this with the latest version (RB 20.02)? If so, please create a simple example that demonstrates this issue and …Hi Pieter,
 Please let us know which version of ReportBuilder and Delphi you are using before every question.
 We only have resources to provide tech support to Delphi developers with an active ReportBuilder license. If you meet …We only have resources to provide tech support to Delphi developers with an active ReportBuilder license. You might try contacting the company that originally sold you the software package for further support.We only have resources to provide tech support to Delphi developers with an active ReportBuilder license. If you meet these requirements, please send license details to support@.Hi Scott,
 If you are just previewing, try using the Viewer.OnEndGenerate to determine when the report has been fully generated. Then make a call to Report.PreviewForm.Close. If you are exporting to a file or printing, the AfterPrint eve…Hi Dirk,
 Which version of ReportBuilder and Delphi are you using? Is the text in a TppRichText component?
 Hi Gerhard,
 This was a known issue that has been fixed for the latest version of ReportBuilder (20.02). Updating will solve the issue.
 We do not permit uploading files to our server. If you would like to display an image, we …Hi Ronald,
 There is no need to manually access the first record of a pipeline. Once the pipeline is accessed via code or a db-aware component, the first record will be returned.
 In order to automatically traverse, however, the…Hi Jacques,
 ReportBuilder 20.02 was built with the latest version of Delphi (10.3 Update 3). Previous versions of Delphi had a backward compatibility issue that prevented some third party libraries built with the latest version from func…Hi Paola,
 You need to be sure you are adding the DADE plugin to your uses clause so it is registered at runtime.
 In your case it appears you are using DBExpress. Try adding daDBExpress to your uses clause.
 Hi Jim,
 We only have resources to provide tech support to Delphi developers with an active ReportBuilder license. If you meet these requirements, please send license details to support@.
 Yes, much has changed between RB 9 and RB 20 . .
 We only have resources to provide tech support to Delphi developers w…Hi Johan,
 TRichView is not a Digital Metaphors product. I suggest contacting their support with a simple example so they can recreate the issue easily on their machines. If this turns out to be a ReportBuilder issue, they will contact u…This is not a built-in feature of ReportBuilder but I will add it to our list of possible enhancements for a later release.
 I created an example that performs this manually. Registered users can email support@ for the example.This issue was fixed with a patch for RB 20.02. Registered users with an active software subscription can email support@ to receive the patch.
 Hello,
 Please update your profile with your first and last name.
 This is not a known issue with RB 20. Are you implementing the DetailBeforeGenerate event? If so, try commenting out that code and see if the error is resolved.…