nicocizik
Comments
-
There is a patch available for RB 21.03 that solves this issue. Registered users with an active software subscription can contact support@digital-metaphors.com to receive the patch.
-
Hi Marko,
We did not receive your email. Please resend the template to support@digital-metaphors.com in .zip format. -
Send the template in ASCII format to support@digital-metaphors.com and we'll take a look.
-
Hi Andy,
There is no longer a need to use or manipulate the SQL object directly in ReportBuilder (DADE). The SQLBuilder class was created to simplify the process.
See the help topic for the TdaSQLBuilder class and its subclass… -
There is a patch available that solves this issue. Registered users with an valid software subscription can email support@digital-metaphors.com to receive the patch.
-
Hi Rhonda,
ReportBuilder 21 added automatic PDF digital signature support.
https://rbwiki.digital-metaphors.com/output/pdf/ho… -
Hi Mobolaji,
Below is a list of all built-in devices in ReportBuilder. I will update the article to include this information.
TppArchiveDevice - Archive File
TppHTMLDevice - HTML File
TppXHTMLDevice - XHTML File (Ser… -
Hello,
Please update your profile to include your first and last name. This helps us identify and address our customers properly.
See the following article on how to register and unregister output devices from ReportBuilder.This issue is fixed with a patch for RB 21.03. Registered customers with a valid software subscription can email support@digital-metaphors.com to receive the patch.
Hi Stephen,
I sent you an email with more information and things to try. I will post a solution here once one is found.
This issue was solved with a patch for RB 21.03. All registered customers with a current software subscription can email support@ to received the patch.Previous versions of ReportBuilder used a Windows API call to retrieve the current printer that was dropped by newer versions of Windows Server. This could cause errors or on some occasion stalled the execution.
The solution is to use th…Thank you for the example. The issue is that your project files are still referencing a different Delphi version and therefore referencing the incorrect RAP .dcu files. If you delete the Stats.dpr and Stats.dproj and let the current version of Del…Hi Rajeev,
Please see my recent response to the referenced thread and respond with your findings.
Hi Stephen,
In my quick testing with the latest version of ReportBuilder, a simple application ran successfully in a new build of Windows Server 2019 (See screen shot).
1. I first suggest trying with the latest version of Repor…Hi Rajeev,
This is not a known issue.
1. Please update to RB 21.03 and Delphi 10.4.2 and retest. We build all versions of ReportBuilder with the latest available version of Delphi. While they should be interface compatible, w…Hi Rajeev,
This error indicates that you have an older compiled file in your library path. Since we do not provide the RAP source, you need to be sure you have the latest version of the .dcu files being used by Delphi. Check your applic…Hi Rajeev,
Since your previous app used the BDE, all saved reports/templates will have the BDE QueryDataView defined for DADE queries. These report definitions will need to updated to use the FireDAC QueryDataView (TdaFireDACQueryDataVie…Hi Rajeev,
This is likely a property of the DOA connection component. Check for a LoginPrompt boolean property or similar.
Hi Christoph,
You can enable exporting to file by setting the Report.AllowPrintToFile property to True. This also enables an "Export to File" button in the preview.
1. Take a look at the help topic for the TppPDFDevice. This …Hi Christoph,
ReportBuilder does not interact directly with printers or printer drivers. It uses generic Windows API calls which in turn communicate with compatible printer drivers to "print" the report. The dialog shown when using the …Hi Rajeev,
The TdaDOAQueryDataView error indicates that you do not have the DOA (Direct Oracle Access) DADE plugin installed or do not have the plugin in your library path. This plugin is included with ReportBuilder and is located in the…Hi Rajeev,
I'm a bit unclear about where the error is occurring. Assigning a TDatasource object should not cause a TStringList error. As a test, set your library path to \RBuilder\Source\ and trace further into the RB source to see wher…Hi Ken,
This is not a known issue. Please send a template or example that demonstrates this problem in .zip format to support@ and we'll take a look.
Hi Andy,
I suggest taking a look at the Server edition of ReportBuilder. It allows you to preview, print, export, and manipulate (via autosearch) any report template using a simple web interface. It would be fairly simple to set up an R…Hi Thomas,
There are a couple options here:
1. After loading a template, run a conversion routine that alters the report's datapipeline property and then loops through each band ( in Rename TppDBPipeline Comment by nicocizik February 2022Hi Christophe,
Unfortunately it is not currently possible to "force" Outlook to insert the signature when sending from ReportBuilder.
The Signature property can be used to either define a signature or provide a path to a si…Remco,
Yes, it is still on our list to research and possibly add native DOCX format export to ReportBuilder for a future release.
Hi Ralf,
This is working as designed. In order for a stretchable component (memo, RichText, etc) to stretch vertically, it needs to be placed in a dynamic height band. Static-only bands such as the Footer Band and Page Layers (PageStyle…Hi Robert,
This is something that will need to be done in code before the report prints. Assuming the parameter value is already defined, you can use the OnInitializeParameters event to check the ppSetGroup parameter and toggle the Group…