nicocizik
Comments
-
Hi Goran,
The PDF device extensively uses Windows API font processing to handle fonts for PDF. We can only provide support for standard Windows fonts installed with the operating system.
The error you are getting generally imp… -
Hi Fabio,
Thanks for the clarification. The print dialog is designed to print reports only so using in this way may cause problems in the future as we enhance the feature.
For now, you need to make a call to TppPrintDialog.Ini… -
Hi Fabio,
The printer dialog has gone through a number of major changes since 2010. Please explain what you are trying to accomplish with your application and I will try to find a solution with the current architecture.
-
Hi Fabio,
The printer dialog is not designed to be created as a stand-alone option. If you would like to only display the printer dialog, you can simply set the DeviceType property of the report to "Printer" and the print dialog will dis… -
Hi Rajeev,
TppBDEPipeline is only retained for backward compatibility and is the same as TppDBPipeline. Moving forward, you should change all pipelines to TppDBPipeline.
The Pipeline.Datasource property is of type TDataSource … -
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…