nicocizik
Comments
-
Hi Dirk,
footer and header
This is incorrect. The HeaderBand and FooterBand each have their own
PrintOnFirstPage and PrintOnLastPage properties and work independently
of each other. (I did a quick test and this wo… -
The best way to do this would be to place the logo, address, general
report info, and column titles/table header in the Title band and set
the HeaderBand.PrintOnFirstPage property to False.
Then, place the logo and column titl… -
Hi Dirk,
The header band will print at the top of each page of the report by
definition. I would suggest using this band for the image. If you need
to place other information near the top of the report, I suggest
creat… -
Hi Erik,
Are you able to recreate this issue with an example I could run on my
machine? If so, please send it in .zip format to
support@digital-metaphors.com and I'll take a look at it for you.
-
Hi David,
I'm sorry, I was under the impression that you wanted to print the
entire cross-tab created by FastCube on the report as-is.
If it's just the data you're after, the JITPipeline would definitely be
a valid … -
Hi David,
We have not heard of anyone using FastCube in conjunction with
ReportBuilder but that does not mean it is impossible. The easiest
solution would be to somehow export the FastCube output as a metafile or
high q… -
Hi Ricardo,
ReportBuilder is capable of making precise measurements down to the
nearest micron. Are you manually setting the PrinterSetup.PaperHeight
property? When is the value being rounded? Have you tried setting thisHi Jon,
Thanks for the information. This issue has been fixed for the latest
version of ReportBuilder and there is a patch available for RB 11.08
that solves the problem. Send and email to
support@digital-metaphors.com…Hi Chirs,
We have not seen this behavior before. Are you able to recreate this
with a simple application or does it only happen with your existing
program? Are you changing the orientation in code or at design-time?
Ar…Hi Josef,
Thanks for pointing this out. There is now a patch available for RB
14.01 that solves this issue. Send an email to
support@digital-metaphors.com to get the patch.
Hi Josef,
Thanks for the feedback. The MinHeight was not designed to be used or
apparent while designing a report, simply a data aware parameter during
report generation to ensure a stretchable could never "stretch" to a 0Hi Chau Chee,
In my testing ppGifImage compiles correctly with Delphi XE2 and RB
14.01. Are you perhaps trying to compile an older source file?
It is however no longer necessary to use ppGifImage with Delphi XE2, try
Hi Eliseu,
Unfortunately this is not a feature of ReportBuilder drilldowns.
Drilldown subreports rely on a specific drawcommand click events to
expand and regenerate the report. Take a look at the
TppViewer.PaintBoxClic…Hi Eliseu,
I'm doing well, thank you.
You can expand individual subreports using the ExpandAll property. If
you are creating a custom previewer, take a look at the
TppViewer.PaintBoxClickEvent for what happens when…Hi John,
Take a look at the following article in displaying subreport values in
the main report. The same concepts apply for displaying main report
values inside a subreport.
in Bringing calculated field results into a lower subreport Comment by nicocizik December 2011Hi Stef,
There is no stand-alone .exe that opens and prints archive files however
you can easily create one using the ArchiveReader or DBArchiveReader
components.
These components are similar to TppReport objects in…Hi Andrew,
Try commenting out the ppZLib.pas file from the "contains" clause of the
rbRTL1416.dpk file and rebuild. There is no need for this file in newer
versions of Delphi and it will not compile with 64 bit.
Hi Roman,
I believe you may have posted this message to the wrong newsgroup
.
Hi Andrew,
Due to an install script error, the daReg.pas source file was not
included in RB 14.01 for Delphi XE2. Please email
support@digital-metaphors.com to receive the file.
The pre-compiled .dcu file can be fo…Hi Bas,
This is a known issue. Send an email to support@digital-metaphors.com to
receive a patch.
Hi Mike,
In my testing this works correctly. Which version of ReportBuilder are
you using? Are you loading templates? If so, remember that you need to
set any properties after the template is loaded or the Template itself <…Hi Mike,
You can use the EmailSettings.FileName property to control the attached
report's name.
Hi Mika,
This is currently not a feature of the Crosstab component. Thank you
for the feedback, we will consider adding this capability for a later
release of ReportBuilder.
Hi Glenn,
The detail band (or any band) can only take up the space of an entire
page.
For your report, I would suggest having your detail band large enough to
hold one Image and one RichText. Then using a JITPipeli…Hi Rene,
This will be updated for the next version of ReportBuilder.
Hi Nols,
1. As in my previous post, remove the entry for DBTeeChart 9.0 from the
list of installed components in Delphi.
2. Uninstall, then reinstall ReportBuilder. I highly recommend
upgrading your version of Repo…Hi Jeff,
This was not a known issue with RB 11.08 however I did see some RichText
related fixes for RB 12.x and 14. You can try downloading a trial
edition of ReportBuilder 14.01 and see if that fixes the problem. If
n…Hi Silvio,
This was not a known issue for RB 12.04 or later. Are you able to
recreate this issue with a simple example I can run on my machine? If
so, please send it in .zip format to support@digital-metaphors.com and
…Hi Bill,
The hyperlink feature was added for RB 11 (about three years ago).
There is no way to globally turn of the feature however you should only
have to write the object loop once. Once you load a report, simply run <…Hi Bill,
You can set the DBText.HyperLinkEnabled property to False and this will
prevent an underlined blue link from being created. If you need to do
this for multiple components, you can use a report object loop.