nicocizik
Comments
-
Hi Andreas,
Please send a copy of the image to support@digital-metaphors.com and I'll perform some tests here.
-
Hi Andy,
Calling Report.Template.New will not load the designer. You can try it with a minimal application. Check your event code to be sure you are not calling ShowModal after creating the new template.
-
Hi Lisa,
The error usually indicates that there is still an old .dcu being used when compiling your project. Try performing another search for all pp*.dcu, da*.dcu, and ra*.dcu files to be sure you do not have any old files in your libra… -
Hi Andy,
You do not need a designer to create a new template. You can simply call Report.Template.New; in Delphi code
Hi Athenas,
The latest version of ReportBuilder (21.01) fully supports exporting to the XLSX format for Delphi XE2 or later. The two formats from the export dialog are "XLSX Report" and "XLSX Data".
In code:in Export large excel file xlsx Comment by nicocizik September 2021Hi Andreas,
ReportBuilder does not convert Metafiles to other formats before displaying/exporting/printing them.
1. Which version of ReportBuilder and Delphi are you currently using?
2. Are you experiencing low quality out…Hi Mathieu,
One option is to change the theme of the designer to better match your needs. This can be done using the View | Themes option in the designer main menu.
In code, you can delve deep into the designer properties to a…Hi Andy,
The section of the template you have copied above is RAP code in a proprietary format we used for older versions of ReportBuilder. This format will be updated when you save the template again with a newer version of ReportBuilde…Hi Andy,
In order to convert your templates to use a different database connection, you will need to manually edit the source of each template (hopefully programmatically) to match the new dataview classes, tables, etc. See the following…Hi Eric,
I apologize for the late reply, I needed to finalize some articles for this response.
Web mail is a bit different from the standard SMTP email plugins that you're used to.in Webmail via Preview button Comment by nicocizik August 2021
Hi Mike,
ReportBuilder does not support loading new reports into older versions.Hi Josef,
Thanks for the suggestion. It should be possible to get the effect you are after by creating a group around the subreport. Groups and Subreports are meant to coexist.
If the above is not possible, in code, try toggl…Hi Thomas,
In my testing with our End-User demo I am unable to recreate this behavior. Are you able to recreate this with a simple example separate from your main application? If so, please send it in .zip format to support@digital-meta…I just re-sent you my email response from June 26th. Perhaps it was moved to your junk mail.
Please understand that we only have the resources to provide support for the Delphi developers that purchase ReportBuilder. It is the responsibility of the software publishers that sold you the product to provide you with tech support.Hi Martin,
This is not a known issue. My suggestion is to try to simplify your report to try to isolate the component(s) or feature(s) that are causing the behavior.
Start by setting the visibility of all components inside the…PDF Digital Signature support has been added for ReportBuilder 21. I just added an article to our Wiki with an included example.
http://…Hi Gerhard,
In my quick testing, the RangeEnd and RangeEndCount features are functioning as designed. I believe the issue is that you are altering the current record each time the pipeline tries to traverse to a new record. The pipeline…A patch is now available for RB 21 that solves this issue. Registered users of with an current software subscription can email support@ to receive the patch.
Hi Andreas,
Thanks for the steps to recreate this issue. We have recreated it and are currently researching a solution. I will post here once one is found.
Please understand that Digital Metaphors only has the resources to provide support for Delphi developers with an active software subscription to ReportBuilder. If you are a registered user, please update your profile so we can verify.Please understand that Digital Metaphors only has the resources to provide support for Delphi developers with an active software subscription to ReportBuilder. If you are a registered user, please update your profile so we can verify.Hi Arnaud,
Thanks for the feedback. I will add a search feature for RAP to our list of possible enhancements for a later release of ReportBuilder.
Hi Scott,
I believe this error comes from registering a public application (or mobile/desktop application) with Microsoft. Be sure you are creating a Web Application with a redirect URI as http:/…Hi Scott,
I'm glad you got the Gmail web plugin working with the new architecture changes.
For Outlook, try implementing the OnEmailError event of the plugin and see if that gives more insight to what is happening. Generally i…Hi Jeroen,
The SingleRichTextBox property is public and is currently only available at runtime (in code). I will add RAP RTTI so it can be accessed in RAP code for the next release.
Hi Scott,
We are researching this. It appears that the object inspector properties are incorrectly being cleared when the report definition update process from RB 20 to 21 is occurring. I'll post here once a solution is found.
Hi Lars,
Upon further research, there was an issue fixed for RB 20.02 that may solve your issue. Please upgrade to the latest version of ReportBuilder to receive the fix and re-test.
Hi Lars,
There are no known issues with the ShiftRelativeTo feature in RB 20. Note that only stretchable components (i.e. Subreports, memos, RichText, etc) will show up in the drop-down If you create a new report from scratch, are you a…This question was answered via email. Instead of using a System Variable, simply create a two-pass report and access the Report.AbsolutePageCount property during the second pass to determine the last page.