nicocizik
Comments
-
Hi Adam,
When a report is printed, a TppPage object is created for each page.
Each TppPage object is essentially a list of DrawCommand objects
containing instructions how to render each report component.
If you have… -
Hi Eliseu,
Correct, components inside a region cannot shift relative to other
components in that region. If you need this functionality, you will
need to use subreports rather than regions.
-
Hi Louis,
The latest snapshot of Indy 10 can be downloaded from the following web
address.
http://indy.fulgan.com/ZIP/
Indy is an open source product tha… -
Hi Ignacio,
How are you calculating the footer field? Are you using a Variable,
DBCalc, or something else? Is the detail band dynamic height?
Any more information you can give about your report design and execution
Hi Michael,
There is now a patch available for RB 15.01 Build 2 that solves this
issue. Send a short email to support@digital-metaphors.com requesting
the patch and we'll send it to you as soon as possible.
Hi Michael,
You are correct, FastMM only detects memory leaks, not GDI resource issues.
I did some tests with a sample report (using one of each component) and
monitored the GDI resources used when exporting to PDF over a…Hi Michael,
Which version of ReportBuilder and Delphi are you using?
How are you detecting a leak of resources? Are you using a memory
manager such as FastMM? If not, I suggest running your application with
one to…Hi Craig,
The ReportBuilder PDF device does not currently support bookmarks. This
is something we will consider adding for a later release of the product.
Thanks for the feedback.
Hi Janice,
When looping through report objects it's best to use a Report Object
Loop rather than the Components list. See the following article and the
sample code below on how this is done.
procedure TForm1.Remove…Hello,
For future reference, please use your name when you post to these
newsgroups rather than your email address.
Using TRichView is currently the only way to include HTML content inside
a report.
We ar…Hi Max,
1 - 3: There are now patches available for RB 15.01 Build 2 that solve
these issues. Send an email to support@digital-metaphors.com requesting
the patches and we will email them to you as soon as possible.
…Hi Dirk,
Be sure you do not have the Report.SaveAsTemplate property set to True.
This will ensure that the report is saved and loaded from the form
definition.
Hi Murilo,
Thanks for sharing your solution. It would also be helpful to know
which versions of Delphi and ReportBuilder you are using
Hi Jon,
This requirement is best handled in SQL code rather than inside the report.
Consider the following two tables.
Master Table
ID Name
-- ----
1 John
2 Paul
3 George
4 Ringo
Hi Jon,
You need to somehow pre-process the master table to only show records
with details dating before 5 years ago or that have no details.
You might be able to accomplish this by joining the master table with
the…Please contact info@digital-metaphors.com with your old serial number
and purchasing email address to receive the link to download the latest
released version of RB 10.
Hi Andreas,
The best option for a background image (such as a form template) is to
use a Metafile. This way each vector graphic is redrawn for every
resolution level.
If you must use a static image, try placing a h…Hi Adam,
This did not make it into RB 18.
We will keep it on our possible enhancements list for a future release
and reevaluate its feasibility and demand when the time comes.
Hi Adam,
This is still on our list of possible enhancements. Thanks for the
followup.
Hi Adam,
Currently the Band background feature is determined by the
DetailBand.Count property which is reset for each group. We will
consider enhancing this to use a separate counter for a later version of
ReportBuilder…Hi David,
Since RAP does not support sets, the last parameter of the
TraStringReplace routine in RAP is a boolean type defining whether to
use ignore the case or not.
RAP: MyString := StringReplace(MyString, OldPatt…Hi Mitch,
Thanks for the information. If possible, please send us a simple
example that recreates the problem so we can track down the issue. Send
the example in .zip format to support@digital-metaphors.com.
Hi Martin,
The default paper size is determined by the decimal separator you have
set for your machine. A decimal point defaults to "Letter" while a
comma defaults to "A4".
Have you tried manually changing the pape…Hi Martin,
Check that the PrinterSetup.SaveDeviceSettings property is set to False
for the reports that are having an issue. It could be that the device
settings were changed at some point and saved with the template.
Hi Adam,
Yes it is possible to use the same dataset with multiple subreports on a
report, however there are a couple scenarios where the engine will
become confused if you try to access a single dataset for multiple
repo…Hi Adam,
There is currently no way to adjust the opacity value (or alpha level)
of a report component. Thanks for the feedback, we will consider
something like this or a later release.
Hi Glen,
ReportBuilder 15 includes native XLS export built into the product as
well as over 15 other export to file options. ReportBuilder 15 also
fully supports Delphi XE5 as well.
See the following link for the n…Hi Glenn,
In my quick testing I was able to update a memo with static text and
text from a pipeline using the TitleBand.BeforePrint event.
Perhaps more information about your application will help. Which
version ar…Hi Andy,
When you create a group, the group header and group footer are
automatically created by design and define the start and stop of the
group itself.
It is not possible to simply remove the group header and foo…Hi Jack,
RB 14.08 does not include support for Delphi XE5. If you would like to
use Delphi XE5 and ReportBuilder, you will need to update to RB 15.
In addition to this, RB 15 includes numerous new and exciting features <…