nicocizik
Comments
-
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.
ReportBuilder is not currently designed to be installed on multiple Windows accounts. We will add this to our list of enhancements for a later release. Thanks for the feedback.
Hi Matthias,
This is not a known issue. My first suggestion would be to upgrade to the latest version of ReportBuilder (20.04) and test with that. If you still experience this issue, please create a simple example that demonstrates the …Hi Scott,
I suggest downloading the trial edition of the Standard edition from our website to test with. This is the full version of ReportBuilder with limitations. in Going between RB versions Comment by nicocizik May 2021Hi Scott,
ra* - RAP units
da* - DADE units
ppCT* - Crosstab units
ppDesigner, ppEndUsr, etc... - End User units
To be absolutely sure, you will need to test your report(s)/application with the Standard edit…Hi Scott,
As you mentioned, the best way to test would be to remove any RAP, DADE, CrossTab, and End-User units from your uses clause.
Another option would be to temporarily install the trial edition of RB Standard and test wit…Hi Scott,
1. All RAP code and components will need to be removed. If a report contains RAP code, it will not generate in the Standard version of ReportBuilder as the RAP compiler is not included in that edition. You will also need to be…Hi Andrew,
This was not a known issue with RB 19.04.
Which components are not printing? Are you able to successfully print to a different printer than the Epson?
I suggest upgrading your version of ReportBuilder to …Hi Dirk,
You can use the RichText.PlainText property to get the unformatted text value of the control. This will return a simple string value of the readable text.
Hi Bill,
A new build of ReportBuilder 20.04 for Delphi 10.4.2 was released February 2nd that addresses thi…Hi Helen,
We have not heard of this issue.
1. Which version of ReportBuilder and Delphi are you using?
2. Does this occur when moving all components or just certain ones?
3. Are you able to reliably re-cre…Hi Alex,
I downloaded the latest version of NexusDB for Delphi 10.4.2 and installed it. I was then able to build and install the RB/NexusDB packages (rbNexusDB2027.dpk and dclNexusDB2027.dpk) successfully without any errors.
N…Hi Emile,
When embedding fonts, be sure you have both efAllFonts and efUseSubset in the EmbedFontOptions property set.
rptReport.PDFSettings.EmbedFontOptions := [efAllFonts, efUseSubset];
ReportBuilder uses the Micro…Hi Scott,
The dialog you mention is known as the "Cancel Dialog". You can control it using the ShowCancelDialog property. This should give you a truly "silent" report generation.
Hi Frank,
Generally the only reason tables or fields would be missing from the Query Designer (due to ReportBuilder) would be if a DataDictionary component was restricting them. Otherwise it would likely be an issue with the connectivity…Hi Stephen,
This is not currently a known issue.
How are you monitoring memory usage? Are you detecting an actual memory leak using a memory manager such as FastMM?
In my quick testing with a simple Metafile and Fas…Hi Tom,
Thanks for the suggestion. I will add this to our list of possible enhancements for a future release.
Hi Steve,
For Unicode encoding with PDF, the fonts using Unicode characters need to be embedded into the PDF file. This can increase the PDF file size significantly.
1. Be sure you are using font subsetting to reduce the embed…