nicocizik
Comments
-
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 2021 -
Hi 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… -
Hi Ed,
You can use the Report.Printer.DefaultPrinterSetup.PaperName property to find the default paper used by the current printer.
If you are loading templates, be sure to assign the PrinterSetup.PaperName property after the t…Hi Scott,
1. The short answer is no. Edge and IE are very different beasts. A control for Edge is not yet fully supported by Microsoft so it cannot be used in the same manner that we are using IE. It's likely that for future versions o…Excellent! Glad you got it working.
Hi Lars,
When using the DADE Query Designer, it is possible to define the "Like" search operator using the search tab. This can then be linked to a report parameter value and used with the AutoSearch feature if needed.Hi Scott,
Yes, the Google REST API documentation leaves something to be desired. That mixed with the fact that they change their restrictions and specifications frequently makes it difficult to support. I hate to say it but Microsoft (O…Hi Igor,
We have not heard of this issue before.
My first suggestion is to delete your RBuilder.ini file and see if that helps the problem. It's possible this file became corrupted and is positioning the toolbar off-screen (or…Hi Robert,
See the following article on how to detect if a report was printed to the printer using the AfterPrint event.
Hi Scott,
Google is constantly altering their process and restrictions to access their API's however in my quick testing, the Gmail plugin is working correctly.
When creating a new OAuth2 Web Application, you simply add your ow…dclRBC is the RB/TeeChart package. It is built and installed during installation of ReportBuilder. The two main causes for this error are that TeeChart was not installed into Delphi or a trial version of Delphi is being used.Which version of ReportBuilder and which exact version of Delphi are you using?
PsRBExport units are not ReportBuilder units. These belong to a third party library Pragnaan.
Hi Mike,
If you are building with runtime packages or would like to see this addition at Delphi design-time, you will need to at a minimum rebuild the rbIDE package. This may also require rebuilding the rbRTL and rbRCL packages as well.<…