ppChart causing a access violation
Hi,
I have a datamodule with a report which has a subreport in the summary band:
object ppSubReport1: TppSubReport
ExpandAll = False
NewPrintJob = False
OutlineSettings.CreateNode = True
TraverseAllData = False
DataPipelineName = 'ppDiagram'
This subreport only has a title with a TppDPTeeChartControl on it.
When i create the datamodule and free it directly , so without any access to
the report or database, i get a accessviolation
in rtl60.
????
Eric
I have a datamodule with a report which has a subreport in the summary band:
object ppSubReport1: TppSubReport
ExpandAll = False
NewPrintJob = False
OutlineSettings.CreateNode = True
TraverseAllData = False
DataPipelineName = 'ppDiagram'
This subreport only has a title with a TppDPTeeChartControl on it.
When i create the datamodule and free it directly , so without any access to
the report or database, i get a accessviolation
in rtl60.
????
Eric
This discussion has been closed.
Comments
Which version of ReportBuilder/TeeChart are you currently using? In the
past we have had problems with certain TeeChart versions dealing with their
free notification of certian objects.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
We use 7.04
Teechart 6
Eric