nicocizik
Comments
-
We are researching a solution to this and will post here once one is found. Thanks for pointing this out.
-
There is no debugger included with RAP. If you would like to debug your RAP code you have a few options...
1. Use CodeSite by Raize Software (http://www.raize.com). There is an example of… -
Hi Scott,
Looking at your code, the generated PDF file is being saved to the "reportPath" location. This is where your user will be able to access the file if needed. ReportBuilder does not delete or stream the PDF file automatically so… -
Hi Hervé,
QRCode support was added for ReportBuilder 15. Please consider updating your version of ReportBuilder to obtain this as well as hundreds of new features and enhancements.
in QRCode for delphi7 and RBuilder V12.5 Comment by nicocizik May 2020 -
Hi Scott,
By default the PDF file is not opened after it is generated by ReportBuilder. Assuming you are using the RBWiki example on how to merge multiple reports into a single PDF, you will notice the following line of code: lPDFDevice… -
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@.