nicocizik
Comments
-
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.<…Hi Kuo,
Which version of Delphi and ReportBuilder are you using? Are you using a registered copy of ReportBuilder or a version built into another product?
Hi Jesus,
ReportBuilder does not currently support automatic digitally signing of PDF files. This is a feature that we are strongly considering adding for a future release.
Thanks for your feedback.
Hi Mike,
Although Avery 5436 is not current built-in to our Label Printing Wizard, it is possible to print virtually any label using ReportBuilder.
1. Manually: You can manually define the label's dimensions/page size as needed…Hi Diego,
There is currently no built-in feature to compress/decompress archives before saving to/loading from database. We will add this to our list of possible enhancements for a future release.
Currently you would need to m…Please send me a simple example that demonstrates this behavior (i.e. new report with a single image) and I'll research what is happening. Send the example to support@digital-metaphors.com in .zip format.
Hi Asif,
ReportBuilder does not limit the number of subreports per report. Which version of ReportBuilder and Delphi are you using? Are you using a registered copy of ReportBuilder or a version built-in to another product?
Hi Joe,
Are you loading templates? If so, be sure you are setting the ScaleImages property after the template is loaded so it is not overwritten before the report is exported.
Hi Andre,
I highly suggest taking a look at the provided Developer's Guide and tutorials included with every installation of ReportBuilder. These give you a starting point to using and learning ReportBuilder.
in Preview Form in Enterprise Edition on Delphi XE2 Comment by nicocizik December 2020The "Out of system resources" error is likely a different issue. In ReportBuilder, it is usually caused by extremely large images (or large amounts of smaller images) on a single page.
My first suggestion is to simplify your report to tr…