nicocizik
Comments
-
Hi Marko,
Take a look at the following example. It shows how to load a report from DB as text (for editing) then reload it back to the DB. You should be able to use this technique to automatically load/alter/reload each report you need … -
There is a patch available for RB 22.02 that solves this issue. Registered customers with a current software subscription can email support@ to receive this patch.
-
PDF versions are for reference only and generally indicate which PDF features may be present when opening. They are also backward compatible. ReportBuilder currently supports many PDF 1.7 features so the PDF files it creates use this version.
-
Hi Marko,
RAP fully supports registered enumerated types which the TppPDFAFormatType is. The issue is that this enumerated type was not registered with RAP and this is why it was not recognizing the value.
I sent you a patch th… -
Hi Bora,
Unfortunately, no. The PDF files are not "empty", they simply have the commas (,) and periods (.) swapped.
In a perfect (non-encoded, non-compressed, non-encrypted) world, it may be possible to perform a find/replace … -
Hi Matthias,
Which version of ReportBuilder and Delphi are you using?
- Be sure you are using embedded font subsets (PDFSettings.EmbedFontOptions).
- Use the compression settings to increase the compression of images… -
Hi Rodrigo,
The location of the RBuilder.ini can be changed using the TppDesigner.IniStorageName property. You can also save this information to the registry using the IniStorageType property if an .ini file is not wanted. -
Hi Javier,
It appears you posted the same question twice. I will remove the other one to avoid confusion.
Pipeline.AddBookmark does not filter out duplicates and in my testing, adding duplicate bookmarks appeared to give the e… -
Hi Arvid,
Which version of ReportBuilder and Delphi are you using? If you create a new archive from the associated report, do you still get this issue?
If possible, please send us a copy of the archive file that has this probl… -
Hi Anthony,
Unfortunately no. The new report(s) or report templates will contain references to all the new properties and features added since the older version and will display an error for each one when loading.
While it's p… -
Hi Ken,
I'm a bit unclear about your question. "DistinctCount" seems like more of a SQL command rather than a Delphi routine (which is what RAP is for). Are you looking to add a DistinctCount command into a SQL query from RAP? -
Hi Branden,
My suggestion would be to give the upgrade a shot and see what happens
. While the jump from RB 14 to R… -
Hi Michael,
For the latest version(s) of ReportBuilder a ToolImageList is required for the OutlineNotebook to initialize. See the TppPreview.CreateOutlineNotebook routine for how this is done in RB.Hi Michael,
ReportBuilder 20 does not support installing into Delphi 11. Please consider upgrading to the latest version (22.01).Hi Vimh,
In my testing with the latest version of ReportBuilder (22.01) and SQL Server, the Left Outer Join SQL syntax is correct. I tested with FireDAC and ADO connections.
I suggest downloading a trial of the latest version …Hi Dustin,
Yes, for future reference, it would be best to post this as two new threads to keep the topics separated and searchable.
1. Report Parameters, DADE, and Autosearch are all closely tied together. There should be no n…Hi Andrew,
ReportBuilder 7 did not support native emailing or export to PDF. Were you using third party libraries to accomplish these tasks with the older version?
I will need more information about your RB 7 app and the code …Hi Dustin,
The thread you found gives correct information on how to go about changing report templates to use a different DADE plugin (as it appears I wrote itin Convert/Migrate old RB v9 (.BRT) reports to RB v21 (.RTM) Comment by nicocizik March 2023
Hi Gustavo,
Older reports (templates) should be compatible with the latest version of ReportBuilder. This is a very large leap in versions so it may be necessary to re-write some of your event code and other report related code.
Hi Matthew,
Please consider upgrading to the latest version of ReportBuilder. The email feature has been enhanced over the years to support modern email servers.Hi Ken,
This has been added for RB 22. See the help topic for the TppShape.RoundRectRadius property.Hi Goran,
In a simple test, I am unable to recreate this behavior.
As my test case, I created a region with a memo at the top. Then I place two identical images side-by-side below the memo. One image had AutoSize set to Tru…Hi Rajeev,
In my testing with a simple example, the shortcut options are functioning correctly. Are you able to recreate this behavior with a similar simple app or when using our demos?
Please upgrade to the latest version of …Hi Tom,
There is a fix available that solves this problem. Registered users with an active software subscription can email support@digital-metaphors.com to receive the solution.Hi Robert,
Are you loading templates? If so, you need to be sure to set these properties after the template is loaded or they will be overwritten. Another option is to resave the template with the appropriate properties set.
Hi Yusuf,
We have not heard of this behavior by any other customers and are not noticing it when testing ourselves. Are you able to recreate this with a simple example? If so, please send it to me and I'll test with multiple versions of R…Hi Yusuf,
Perhaps someone will chime in, but we have not heard of this behavior with the latest version of ReportBuilder.
Hi Rajeev,
Converting from one connectivity to another can be difficult in some cases as it is usually not as simple as replacing a few class names.
1. Choose one of your existing BDE reports and recreate it by hand from an emp…Hi Yusuf,
This is not a known issue.
1. Are you using the latest version of ReportBuilder?
2. Which version did you notice the slow-down started? It would be helpful to get a time frame so we could track down any …HI Rajeev,
How did you migrate your reports from BDE to FireDAC? This would involve manually editing the template source to alter all the QueryDataViews to the proper connection plugin.
See the following article on how to migr…