nicocizik
Comments
-
By design, all bands that appear at the bottom of a page need to be of static height. One option may be to create a static memo that contains enough space to hold numerous lines inside the footer band. This way when more text is added, it will not…
-
Hi Dave,
You are correct, the TppMarker.Name needs to be a valid component name in order to avoid an error. I will update the help and alter the AddMarker code to avoid this for the next release. Thanks for pointing this out.
-
Hello,
The footer band will always print at the bottom of each page. This is an ideal place for any footnote information. Another option is the Page Summary band.
-
Hi Dave,
Which version of ReportBuilder are you using? Are you using a current Google Static Maps API Key?
Generally if you are getting a "Map Unavailable" message, your application either does not have access to the internet … -
Hi Eric,
First try setting DirectDraw to True and see if that helps with the resolution.
1. Is the image showing poor resolution when previewing, printing, PDF, or all?
2. Are you stretching the image? If stretching… -
Hi John,
Occasionally certain font collections (Truetype Collections) are misinterpreted by the windows fontsub.dll library. These are usually Asian fonts. See if you can isolate the font causing the problem and I will add it to our lis… -
Hi Rene,
Does your archive contain transparent images? If possible, please send us a copy of the affected archive file and we will run it with both versions and track down the problem. Send files to support@digital-metaphors.com in .zip… -
Hi Carlos,
See the following article on how to export to stream. The article uses an ArchiveDevice as the example, but this applies for all devices. Once the OutputStream property of a file device is set, the file will be exported to st… -
Hi Eric,
1. The mail feature uses a single plugin architecture so individual email plugins can be registered and unregistered with ReportBuilder and that plugin will then be used when the mail button is pressed. Alternatively, when the p… -
Hi Goran,
I have the InfoPower plugin installed on multiple versions of Delphi on my machine and it is functioning correctly. There is no new component added to ReportBuilder, it simply replaces the existing TppRichText component.
<… -
Hi Yong,
When you say "Print the report" are you printing to a printer or are you perhaps exporting to PDF?
Below are links to the documentation for FillRect and FloodFill. One fills a rectangle and the other fills the area of… -
Hi Dave, (Quote) You did not mention this in your first post
.
For RB 20, you need to use the Report.ExportDia… -
Hi Dave,
The first video has the file name without a path present so the Report.TextFileName is "ItemDetails.pdf".
In your second video, the file path is already present so the Report.TextFileName is "C:\Users\dcraggs\Documen… -
Hi Yong,
You can adjust the z-order of each section subreport to control when it is printed. Do this using the "Send Backward" or "Bring Forward" options of the popup menu in the designer.
-
Hi Dave,
Thanks for the video. In my testing with RB 19 (and looking at the RB 19 code), the exact same behavior occurs. Are you certain you are not saving the TextFileName in code and re-assigning it manually? -
Hi Dave,
I am unclear about how to recreate this issue. In my testing with RB 20 and RB 19, if I export a report to file (with an altered file name from the default), it is reset each time I export again.
Please provide detail… -
Hi Chris,
A patch for this issue has been sent to your email address. This issue has also been addressed for Build 2 of ReportBuilder 20.01.
-
Hi Nirmal,
We have not changed the RBHelpInstaller.exe program for many years. It may be that the virus detection software has updated to a more strict policy.
From my searches, it appears the Heur.AdvML.B is not actually a vi… -
Hi Trond,
Generally when we see this behavior, it's due to the original Archive/Report being created with a third party image component such as DevExpress or GraphicEx. Then, if you update ReportBuilder and Delphi, this library is no lon… -
Hi Dorivan,
In my testing the page borders (Preview only) are functioning as designed.
1. Be sure you have the PreviewFormSettings.PageBorder.Visible property set to True.
2. You can then adjust the page border prope… -
Hi Yong,
ReportBuilder is not designed to export individual subreports to file. It can however export individual pages or groups to file. If you create a group that breaks after each subreport, you could export each group to an individu… -
Hi Goran,
As the article I referenced states, the ReportBuilder RichText component is a wrapper around the Delphi TRichEdit control. This means it would be up to Embarcadero to enhance their TRichEdit component first, then those features… -
Hi Goran,
See the following article on current RichText support in ReportBuilder. This has not changed for RB 20.
We will consider enhancing this for other third party RTF controls in a future release. Thanks for the feedback… -
Hi Steve,
The issue is likely that your report is connected to the same dataset as the crosstab. This means that the crosstab will repeat for each detail band inside the report. If you would like the crosstab to display only once, you c… -
Hi Jens,
An Autosized label/drawtext would not give you the effect you are after. Autosize, resizes the control's bounding rectangle to fit the text inside, it does not adjust the font size to fill a given area. What you need is an auto… -
Hi Hartono,
The information you requested has been sent to your email.
-
Take a look at the following article/example on adding a watermark to a page. You will want to size the draw command to the size of the page to make the text as large as possible (sizing font is up to you however). You can do this using the Report…
-
Hi Jens,
By assigning the TppDrawText.Page and also inserting it into the page, you are essentially adding the draw command twice, which will cause errors when destroying. Try removing the lDrawText.Page := lPage; line and see if that so… -
Hi Andrew,
It appears you have a valid software subscription but are using RB 19.02. I highly recommend updating to the latest version as we do not have the resources to provide extended support (patches, fixes, etc.) for older versions … -
Here is the more elegant solution I mentioned above
.
in Merge Reports Comment by nicocizik October 2019