nicocizik
Comments
-
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…Hi Olaf,
I re-read your post and missed the part where you mention you have a PageBreak component in each detail. This will, by design, give you an empty page after each record.
Try removing the PageBreak and see if that solve…Hi Olaf,
I first recommend upgrading to the latest version of ReportBuilder (20.04).
There are a number of reasons an empty page is displayed. Generally it is due to an overflow occurrence with the specific stretchable compone…Hi Periša,
Multi-byte character sets (Unicode) are not currently supported by the PDF417 component in ReportBuilder. PDF417 was never originally designed to support character values above 255 (FF). Some modern readers now allow for UTF-…Thanks for the example.
Please note that this issue only arises when a rotated object is displayed using the TRichView plugin for ReportBuilder. TRichView uses a method to rotate the coordinate space of a Metafile that is not currently…Hi Andrew,
If possible, please send a copy of the Metafile to us for testing. A divide-by-zero case should not ever happen when processing a WorldTransform operation but it appears there is a case where it does.
Send the examp…Hi Tom,
Sorry for the confusion, I apparently misread your instructions.
You need to set the Report.DefaultFileDeviceType to 'PDF' before calling print the first time. This will ensure the default file device used from the pre…Hi Tom,
Thanks for the example.
Starting with RB 14, the screen device (preview) generates all pages in a background thread. In your code when you preview and export to XLS, these actions can be occurring simultaneously causin…I apologize for not responding to this thread. This was being handled via email as well.
ReportBuilder simply provides the PDF/A-3 container for the ZUGFeRD XML invoice. The errors received in the original post dealt with the attached .…Hi Jim,
This is not a known issue nor are we able to reproduce it here. My first suggestion is to uninstall ReportBuilder and re-install the latest version (20.04).
If this does not solve the problem, please send us the exact …For those viewing this thread, this was resolved by creating a .dll using the latest version of ReportBuilder and calling it from a legacy Delphi 5 application. An archive file was created and passed to the .dll which then exported it to the needed…Hi Sergio,
Which version of ReportBuilder and Delphi are you using? Use the Report.PrintDialog to obtain this information.
Hi Campbell,
Brush styles are not currently supported for PDF export. I will add this to our list of enhancements for a later release of ReportBuilder. Thanks for the feedback.
This issue will be fixed for the next version of ReportBuilder. Registered users can contact support@ for a temporary work-around.
Note that this issue only affects certain regional locales.
Hi Andy,
Thanks for the example and information. This issue appears to only occur when the Windows regional locale is set to a non-latin value. It likely has to do with the changed ANSI code page being used in that case.
We w…