nicocizik
Comments
-
Hi Chris,
What verification software are you using?
Please create a simple example that I can test with here and send it in .zip format to support@digital-metaphors.com and I'll take a look at what is happening.
Hi Ken,
Try using the Extended MAPI plugin. This should allow sending emails "silently".
Enable it by adding ppSMTPExtendedMAPI to your uses clause instead of ppSMTPOutlook.
It also may be possible to adjust your Outlook …Hi Paolo,
Try using a TppPageBreak component inside the Summary band to manually break to a new page. If you need the summary band to begin on a new page, set the SummaryBand.NewPage to True.
Hi Dirk,
Yes, copying the stream data directly will also avoid any encoding issues and likely be faster than using an interim data structure.
I'm a bit unclear about your second question. What exactly are you storing to your d…Hi Dirk,
One item that stands out in your code is the use of a string to hold the file contents before adding it to the database. Strings in Delphi are Unicode encoded so your data is likely being converted.
I suggest using a …Hi Michael,
RAP source is not included with ReportBuilder.
In my testing with RB 21.02 and Delphi 7, the rbRAP217.dpk compiled correctly without errors. The error likely indicates that you have an older file present in your li…Hi Carsten,
In my testing the quiet zone of the Datamatrix barcode is functioning correctly.
Note that the QuietZone property is measured in Report Units. If your report units are something small such as mm or microns, a value…Hi Lisa,
Most of the source is not included with the trial version of ReportBuilder, only compiled .dcu files. The RB 21 dcu files are not going to be compatible with RB 16 source (pas) files so that is likely where the error is coming f…Hi Rhonda,
At runtime, you will need to add TeeEditPro to your uses clause to enable the series included with the Pro version of TeeChart.
At Delphi design-time, TeeChart inside RB is the same as placing a TeeChart on a Delphi …The daIBO plugin can be found in the End-User Database demos at the following location.
http://rbwiki.digital-metaphors.com/general/…Hi Mario,
You are using an outdated version of ReportBuilder. Please update to the latest version and re-test.
Hi Andreas,
Please send a copy of the image to support@digital-metaphors.com and I'll perform some tests here.
Hi Andy,
Calling Report.Template.New will not load the designer. You can try it with a minimal application. Check your event code to be sure you are not calling ShowModal after creating the new template.
Hi Lisa,
The error usually indicates that there is still an old .dcu being used when compiling your project. Try performing another search for all pp*.dcu, da*.dcu, and ra*.dcu files to be sure you do not have any old files in your libra…Hi Andy,
You do not need a designer to create a new template. You can simply call Report.Template.New; in Delphi codeHi Athenas,
The latest version of ReportBuilder (21.01) fully supports exporting to the XLSX format for Delphi XE2 or later. The two formats from the export dialog are "XLSX Report" and "XLSX Data".
In code:in Export large excel file xlsx Comment by nicocizik September 2021
Hi Andreas,
ReportBuilder does not convert Metafiles to other formats before displaying/exporting/printing them.
1. Which version of ReportBuilder and Delphi are you currently using?
2. Are you experiencing low quality out…Hi Mathieu,
One option is to change the theme of the designer to better match your needs. This can be done using the View | Themes option in the designer main menu.
In code, you can delve deep into the designer properties to a…Hi Andy,
The section of the template you have copied above is RAP code in a proprietary format we used for older versions of ReportBuilder. This format will be updated when you save the template again with a newer version of ReportBuilde…Hi Andy,
In order to convert your templates to use a different database connection, you will need to manually edit the source of each template (hopefully programmatically) to match the new dataview classes, tables, etc. See the following…Hi Eric,
I apologize for the late reply, I needed to finalize some articles for this response.
Web mail is a bit different from the standard SMTP email plugins that you're used to.in Webmail via Preview button Comment by nicocizik August 2021
Hi Mike,
ReportBuilder does not support loading new reports into older versions.Hi Josef,
Thanks for the suggestion. It should be possible to get the effect you are after by creating a group around the subreport. Groups and Subreports are meant to coexist.
If the above is not possible, in code, try toggl…Hi Thomas,
In my testing with our End-User demo I am unable to recreate this behavior. Are you able to recreate this with a simple example separate from your main application? If so, please send it in .zip format to support@digital-meta…I just re-sent you my email response from June 26th. Perhaps it was moved to your junk mail.
Please understand that we only have the resources to provide support for the Delphi developers that purchase ReportBuilder. It is the responsibility of the software publishers that sold you the product to provide you with tech support.Hi Martin,
This is not a known issue. My suggestion is to try to simplify your report to try to isolate the component(s) or feature(s) that are causing the behavior.
Start by setting the visibility of all components inside the…PDF Digital Signature support has been added for ReportBuilder 21. I just added an article to our Wiki with an included example.
http://…Hi Gerhard,
In my quick testing, the RangeEnd and RangeEndCount features are functioning as designed. I believe the issue is that you are altering the current record each time the pipeline tries to traverse to a new record. The pipeline…