nicocizik
Comments
-
Hi,
ReportBuilder does not have any built-in feature to print multiple copies of
a report on the same page. One option would be to create a single report
with two fixed style subreports inside (one a copy of the other and spa… -
Hi Mojoala,
For future reference, please post RAP questions in the RAP newsgroup. This
helps us understand the question easier and allows us to give a quicker and
more accurate response.
Try using a separate local … -
Hi Frank,
Where is the DBCalc located? Inside the subreport or in the main report?
Note that if you need to show the sum value of the subreport inside the main
report, you will need to manually calculate the sum in the OnCalc… -
Hi Laura,
Although there is no built-in way to control report columns mid-page, you
can work around this by toggling the visibility of side by side subreports
and full width subreports. This will however require that you manu… -
Hi Ralf,
If possible, please send a small example that demonstrates the behavior you
describe below (or perhaps the original problem). I believe that if I can
see what is happening first hand, I will have a better chance of <… -
Hi Ralf,
Sorry, my previous post was a bit confusing. The problem does not relate to
the actual components you are using to make the calculations but rather in
the ReportBuilder events you are using to make them in. As you m… -
Hi Ralf,
When making calculations in ReportBuilder, you need to be sure you always
use the OnCalc event of a TppVariable. Other events, such as the
BeforeGenerate and BeforePrint have the possibility to fire multiple timesHi Bill,
Thanks for the feedback. I will mark this down as a possible enhancement
for a later release.
--
Regards,
Nico Cizik
Digital Metaphors
in Columns and Fitting to Page Comment by nicocizik April 2007Hi Bill,
Try assigning the DetailBand.PrintCount property to about half the number of
records that will be printed. This will force the report to start printing
on the next column once the number has been reached.
…Hi Eric,
Have you tried this in the latest version of ReportBuilder? Although this
is not a known issue, it could have been something that was fixed for a
later version.
--
Regards,
Nico Cizik
Hi Eric,
Which version of ReportBuilder/Delphi are you using? Do you receive this
error at designtime or runtime? Please provide the exact steps you take to
reproduce the error and I'll try to recreate it on my machine.
Hi Andreas,
Which exact version of ReportBuilder are you currently using? Are you able
to recreate the AV at design time and runtime? If so, please let me know
the exact steps I can take to see the error on my machine and I …Hi Antonio,
ReportBuilder does not have a built-in way to export a report to .bmp.
There are a few third party export devices available that offer this
feature.
in BMP file Comment by nicocizik April 2007Hi Paul,
Thanks for the clairification and sorry for the confusion. If you take a
look at the crosstab demos located in the \RBuilder\Demos\2. CrossTabs\
directory, you can get a good idea what can be done with the crosstab <…Hi Paul,
Crosstabs are desiged to show calculations based on two or more field
values. I would suggest creating a grid if you would just like to display
field values.
-----------------------------------------
…Hi Sérgio,
If you are using static sized detail bands, you can try placing the shapes
inside the page style at the proper location and this will give the effect
you are after. I created a small demo app that shows how this ca…Hi Sérgio,
If the pipeline is connected to the report, it will also traverse your data
each time a detail band is generated which is probably what is causing the
error.
Try placing single DBText components inside th…Hi Rick,
ReportBuilder 10.06 was released before Steema released TeeChart 7.11 Pro
and with all the changes CodeGear has been making it is difficult to predict
what package names will (or should) be. You should be able to man…Hi David,
Sorry, I was not very clear about the solution. My previous post is a
temporary solution to something that will be addressed for a later (Vista
compliant) release of ReportBuilder. It is currently not possible to c…Hi Robert,
In Vista, an application needs administrator rights in order to write files
to most of the disk with the exception of the \Users\ area. To run Delphi
as an administrator, you will need to either right click over th…Hi Filip,
The device architecture has gone through some changes since RB 7. One of
the main changes was to how reports are canceled internally. This was due
to many customer requests and our own definition that cancelling a …Hi,
For future reference, please post to these newsgroups with your real name.
ReportBuilder does not currently support multi-byte charsets or unicode.
This is something we are considering adding for a future release.
Hi Mauro,
When a ReportBuilder application is built, you are able to include one
default language with the executable/dll. All other languages will need to
be included and deployed separately as their individual language file…Hi Paul,
Yes, we have marked this down as a possible enhancement for a later release.
Thanks for the feedback.
--
Regards,
Nico Cizik
Digital Metaphors
Hi Paul,
Please upgrade your version of ReportBuilder to 10.06 and test with that.
There have been some enhancements made since the last version.
--
Regards,
Nico Cizik
Digital Metaphors
Hi Richard,
If you place a label inside the PageStyle band ouside the subreport, does
that print correctly? If so, you may need to manually add copies of the
"draft" label to the PageStyle without using a subreport.
Hi Alessandro,
Are you trying to force a page break in the middle of the richtext
component? The RichText component in ReportBuilder is only designed to
break to a new page if it runs out of space on the current page. If you…Hi Nikolai,
Take a look at the following example on how to move the last detail band to
the last page if the summary band does not fit.
in Last page, last detail line and Summary band Comment by nicocizik April 2007Hi Daniel,
Do you want you report to print 7 rows per column, then break to a new page?
If so, try setting the DetailBand.PrintCount property to 7 and see if that
gives you the correct output.
--
Regards,
Hi Tim,
I'm sorry but we are only able to provide support for Delphi developers.
You will need to contact the person/company that originally wrote your
application for more help.
------------------------------------…