Show Stopper
I have worked for about two hours on a tiny application that is to generate
a sample report to show a customer tomorrow morning. It reads one DB table
with only 12 records. It has only 8 attributes.
I created one detail and put two small pie charts in the summary. It runs
perfectly in the previewer. I place one Tbutton on the form and call
ppReport1.Print;
AND what I get is
ProjectProject2.exe raised exception class EClassNotFound with message
'Class TGridBandTool not found'. and the report fails to run.
What is the problem here?
TeeChart Pro 7.12
Report Builder 10.06
Delphi 2006 Ent.
a sample report to show a customer tomorrow morning. It reads one DB table
with only 12 records. It has only 8 attributes.
I created one detail and put two small pie charts in the summary. It runs
perfectly in the previewer. I place one Tbutton on the form and call
ppReport1.Print;
AND what I get is
ProjectProject2.exe raised exception class EClassNotFound with message
'Class TGridBandTool not found'. and the report fails to run.
What is the problem here?
TeeChart Pro 7.12
Report Builder 10.06
Delphi 2006 Ent.
This discussion has been closed.
Comments
It seems the TGridBandTool class is used to fill the chart background with
two alternate colored bands and is located in the TeeTools unit in TeeChart.
Try adding this to your uses clause and see if that solves the problem.
http://www.steema.net/TeeChartDocs/TGridBandTool.html
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com