nicocizik
Comments
-
Hi Jan,
We are currently in the process of moving our entire site to HTTP Secure. Thanks for your feedback and patience.
-
Precise measurements and scaling for 2D barcodes is not possible with your version of ReportBuilder. I also believe there were major issues with AutoSize for your version. 2D barcode rendering has since been completely redesigned to support the us…
-
Hi Luca,
It is not possible to natively access a list of DataPipelines (or QueryDataViews) from RAP. This would require a RAP passthru function to query the TdaDataModule and/or the Delphi form/datamodule all datapipelines reside on.
Hi Steve,
Which version of ReportBuilder are you using?
Hi Jose,
This is not a known issue and in my quick testing with code almost identical to yours I was able to print an archive successfully.
1. Try printing from the previewer and see if you get the same error.
2. Be …Hi Scott,
The file device has the property AllowEmail that can be toggled to prevent any emails from being set. This is how the "Email File" option is controlled in the print dialog.
I have not tested this but you would likely…Hi Fernando,
The 5-page restriction is a limitation of the trail version of ReportBuilder. If you are using a trial version, you will only be able to print/view/export the first 5 pages of each report. There will also be a watermark on …Hi Scott,
I tried this but was unable to recreate the issue using the EmailGroupDemo and the latest version of ReportBuilder. Below is my RAP code and the resulting EmailSettings are correct when passed to the file device.in Problem with Groups.OnGetEmailSettings from within the report designer/RAP Comment by nicocizik June 2018Hi Greg,
From the "SQL" tab of the query designer, you can right click and select Edit SQL to manually edit the SQL code.
Hi Greg,
At Delphi design-time, the DataDictionary is enabled by selecting the File | Data Settings... option while on the "Data" tab. Then check the "Data Dictionary" option near the bottom of the "Connection" tab of the Data Settings …Hi Eric,
Delphi version?
There are no known issue with the text search feature in ReportBuilder. If yo…Hi Eric,
ReportBuilder offers full text search capabilities built-in to the product. Which version of ReportBuilder and Delphi are you currently using?
Hi Giuseppe,
This is currently a restriction of the RTF format that ReportBuilder exports to for .DOC files. RTF does not support having graphics and text in the same "layer". Graphics are given a static pixel location where as Text is …For reference, this question has been answered in the following thread.
http://www.digital-metaphors.com/forums/discu…Hi Scott,
You can try using the FileDevice.OnEndJob event to know when each file has been created.
What exactly are you trying to do after each file is created? Perhaps more information about what you are trying to accomplish …Hi Scott,
The TppEmail class requires a report to send an email. If you would like to send and email without a report, you will need to manually create a TppEmailMessage object and TppSMTP class, assign the EmailMessage properties and Tp…Hi Steve,
This is not a known issue. Which version of ReportBuilder and Delphi are you using? Have you tried changing printers?
Hi Scott,
The email feature consists of three main classes: TppEmail, TppEmailMessage, and TppSMTP... plugin(s).
The Email class exports the report, creates a message, and sends the message using the desired plugin. It is poss…Hi Martin,
Which PDF viewer are you using? In my testing (with my test PDF I created earlier) and Adobe Acrobat DC, altering the text of the first form field does not have an effect on the other form fields.
If you are referri…Hi Martin,
As a quick test with RB 19.01 I placed a form field in the detail band of a simple report and it exported the editable form field to every detail band printed.
Is your report connected to any data? By default all re…Hi Scott,
Group email does not use the TppEmail object to send. A separate SMTP plugin is used by the file device to send each group individually as it is generated to file. You will need to set up this plugin similarly to the way you d…Hi Scott, (Quote) Correct, only one email plugin can be registered at a time. Adding a single plugin reference to the uses clause will automatically register it for convenience however adding multiple will only register the last one loaded.
…Hi Jan,
Thanks for pointing this out. We will update the Readme.doc file for the next release. The updated link is as follows.
http://www.di…Hi Scott,
The REST plugins extensively use the Delphi RESTClient features which were introduced for Delphi 10 Seattle. Therefore the plugins are only included for this or later versions of Delphi.
It is possible to use our Ind…Hi Scott,
You can manually register and un-register email plugins in code using the TppSMTPPlugIn.RegisterClass and TppSMTPPlugIn.UnRegisterClass in the ppSMTPCustom.pas file respectively. See the following article and example for how th…Hi John,
Unfortunately we do not know of any utilities that perform this task. One option would be to save your report to a template file as ASCII text, then perform a search on that file for the field names in your DB table. The field …Hi John,
Thanks for the clarification. Currently you can add and remove calculated fields in the Query Designer by double clicking them (double click in the top panel to add, double click in the bottom panel to remove). We have added to…Hi John,
Which version of ReportBuilder are you using? ReportBuilder 13 is not a version we ever released.
Are you using a registered copy of ReportBuilder and Delphi or are you using ReportBuilder built-in to a separate appli…Hi Al,
Which version of ReportBuilder are you using? This was an issue that was fixed for a much earlier version and in my testing with the latest version, I was able to successfully export to alternate file extensions.
Hi Lori,
ReportBuilder does not natively support image rotation. We will consider adding this for a future release.