nicocizik
Comments
-
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.… -
Hi Guillermo,
I sent you a patch with further instructions on how to get this working. Registered users of RB 20.02 can email support@ for this patch.
-
Hi Michael,
Upon further research, you are correct, this was a bug in RB 15 that was fixed in later versions. The LargeInt type was not being converted to 0 in the null case as it should in RAP. We simply added dtLargeInt to the list of… -
There is a patch available for RB 20.02 that solves this issue. Registered users of 20.02 can email support@digital-metaphors.com to receive the patch.
-
Hi Michael,
I installed some older versions (RB 14, RB 12) and did some testing with code similar to yours and SQL Server. The behavior of null values is the same as in RB 20. When retrieving a field value from the datapipeline, any nul… -
Hi Michael,
Are you using RAP?
Generally in Delphi, if you want to check for a null record value, you should use the IsNull property of the Field. See the following article on how this is done in RAP (and in Delphi) with Repor… -
Hi Steve,
With the Enterprise or Server editions of ReportBuilder, an end-user can use RAP to accomplish this. I would suggest checking the value of the DB field directly using the FieldObjects property rather than the value of the DBTex… -
Hi Olaf,
The tab order is controlled by the z-order in ReportBuilder. You can adjust the z-order using the "Bring Forward", "Move Backward" functions when right clicking on an object in the designer.