DataSource in TeeChart disappear
Hi,
I'm using Delphi6 and ReportBuilder 6.03 Enterprise Edition.
Something is not right in teechart datasource property.
I set it to a datapipeline, saved and closed the form.
I opened it again, and it returned to random.
It wasn't like this in Delphi5.
I have to reset the datasource everytime I open the form.
Why is it so, how to make it permanent?
Thanks,
Karnel
I'm using Delphi6 and ReportBuilder 6.03 Enterprise Edition.
Something is not right in teechart datasource property.
I set it to a datapipeline, saved and closed the form.
I opened it again, and it returned to random.
It wasn't like this in Delphi5.
I have to reset the datasource everytime I open the form.
Why is it so, how to make it permanent?
Thanks,
Karnel
This discussion has been closed.
Comments
TeeChart 5.02a. You can check if the pipeline name is being streamed down
properly with the form by viewing the form as text after having saved it.
Find the TeeChart component in the form text and underneath it should be a
ChartControl and then a Series. The series has a DataSource property which
should be set to your pipeline. If it is not, the property is not being
saved properly for some reason.
--
Cheers,
Alexander Kramnik
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
Thanks for answering.
It's saved, but when I open it, it's somehow changed to random again.
Karnel
"Alexander Kramnik (Digital Metaphors)" wrote
cannot reconnect to the pipeline when the chart is loaded? Can you create a
simple demo which has this behavior and send it to
support@digital-metaphors.com.
--
Cheers,
Alexander Kramnik
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
I found out that it's because of the plugin we're using.
We're using SmartPlugin from Athrasoft, it was fine in Delphi 5 though.
I tried to build normal project (not a plugin) and drop a teechart on
ppreport, no problem.
I'll try to contact Athrasoft.
Thanks anyway.
Karnel
"Alexander Kramnik (Digital Metaphors)" wrote