nicocizik
Comments
-
Hi Monty,
You need to set the SkipWhenNoRecords property of the detail datapipeline to
False. This will allow the master record to print even if there are no
details.
--
Regards,
Nico Cizik
Di… -
Hi Monty,
Try adding a DBCalc component to the detail band set to calculate the count.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.dig… -
Hi Everett,
I'm a bit unclear about what you are trying to do. Are you manually setting
the visibility of the Page Header and Page Footer for a child subreport?
This is not recommended because these bands are not designed to … -
Hi Everett,
------------------------------------------------------------------
Tech Tip: Subreport header/footer bands do not print for
Child type subreports.
------------------------------------------------------… -
Hi Paul,
The CrossTab component currently does not support word wrapping inside its
cells. Thanks for the feedback, we will consider this enhancement for a
future release.
--
Regards,
Nico Cizik
Hi Jeremy,
Thanks for the info. I'm sure this issue will come up again.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors…Hi Jeremy,
Since Steema does not ship this file, you will need to upgrade to the
professional version of TeeChart for Delphi 2007 if you want to deploy your
application without runtime packages.
--
Regards,
Hi Jeremy,
It doesn't look like Steema included the TeeStore.dcu file with the standard
version of TeeChart included with D2007. Try building your application with
runtime packages. In my testing this solved the problem.
> Unfortunately I must use OnPrintingComplete and not AfterPrint, because,
Yes, this is why you check if the Printer Device is not nil. If it isn't,
the report is being printed to the printer and you can set your boolean
…Hi Nicoletta,
------------------------------------------
Tech Tip: Detecting whether Report was
Printed to the Printer
------------------------------------------
The Report.AfterPrint event can be use…Hi Paul,
Sorry for the delay, for some reason my newsreader overlooked your reply.
Using a crosstab in a master detail relationship is similar to creating a
master detail report with subreports. You need to follow the sa…Hi Paul,
We are not aware of any issues like this with RB 10.06. I would first
suggest commenting out any event code you have to be sure this is not have
an effect on the output.
--
Regards,
Nico C…Hi Paul,
Be sure your crosstab component has its DataPipeline property set to the
detail dataset. This will ensure that only the details for a given master
will print for that record. I did a simple test with the Customers a…Hi Matt,
Take a look at the Label Wizard by selecting File | New... from the main
menu in the designer, then selecting the Label Templates icon.
Also, take a look at demo 31 located in the \RBuilder\Demos\1. Reports\... <…Please re-read my reply to your 9/24 post. These newsgroups are for Delphi
developers who have purchased a registered copy of ReportBuilder. We are
unable to support end-users with RB built into another product.
--
Reg…Hi Frank,
Inside the Band.BeforePrint event, try toggling the visibility of the DBText
components inside the region based on whether there is data present or not.
Next be sure the Stretch property of the region is set to true.…Hi Larry,
It looks as though the packages built correctly. The error indicates that
your old version of TeeChart 7.x is still being loaded by the Delphi IDE.
Check your components list and be sure there are no TeeChart 7 pack…Hi Joe,
Thanks for pointing this out. This is an error in the install script only
affecting users with TeeChart 8.x who have never had any other versions of
TeeChart installed in the past. We will have this fixed immediately…Hi Adam,
Please create a minimal example of this behavior (i.e. empty report on a
form with a button) and send it to support@digital-metaphors.com in .zip
format and we'll take a look at it for you.
--
Regard…Hi Adam,
Are you loading templates? If so, the settings defined when the template
was saved will overwrite the settings you set for the TppReport object once
it is loaded. You will either need to set the ShowPrinterDialog pr…Hi Roman,
There is a new ReportBuilder 10.07 build available for download from our
website that fixes this issue. Please use the same download link that was
sent to you in your notification email to download and reinstall
Hi Jeroen,
The fix for Build 2 only affected properties changed using the built-in
object inspector in the designer. If you are changing the text search
settings with the Report | Find Text Settings... menu option, there is a…Hi Nicolas,
If you are using a TppVariable, you should set it's value inside the OnCalc
event. This is not a known issue with RB. Is there any Delphi event code
being fired during runtime that could be causing this?
Hi Nicolas,
You can access the current record of a db field using the
Report.DataPipeline property. For instance, inside the OnGetText of a
label...
aText := 'Mr. " + Report.DataPipeline['MyField'] + ' is born...';…Hi Serge,
You need to set your Report.PassSetting property to psTwoPass and check that
the Report.SecondPass property is True before executing your event code.
--
Regards,
Nico Cizik
Digital Metaphor…Hi Carl,
This is not a known issue. Please create a minimal example of this behavior
using the DBDEMOS database and send it in .zip format to
support@digital-metaphors.com.
--
Regards,
Nico CizikHi Carl,
ReportBuilder traverses your dataset start to finish as is. Try connecting
your dataset to a DBGrid on your form and see if the data is in fact sorted
the way you expected. If you are using DADE, select the data pre…----------------------------------------------------
Tech Tip: Creating a Group in Code
----------------------------------------------------
How can I dynamically create a report group at run-time?
example…Hi Madt,
Try moving the \RBuilder\Lib entry of your library path up in the order
(above any greyed out entries) and see if that helps the second problem.
-----------------------------------------
Article: ReportBuild…