TeeChart Series Datasources Options
Hi,
I'm using Delphi 7, ReportBuilder Enterprise 7.02, and TeeChart Pro v 6.07.
The options for the TeeChart Series Datasources for the ppDPTeeChart differ
at runtime and designtime. At designtime, I can choose from:
Manual
Random
Function
Data Pipeline
Cross Tab
Text File
XML File
At runtime, I have:
Manual
Random
Function
Data Pipeline
Is there any way to ge the last three at runtime? I'm using Midas and I am
generally designing all the reports at runtime.
Thanks,
Leah
I'm using Delphi 7, ReportBuilder Enterprise 7.02, and TeeChart Pro v 6.07.
The options for the TeeChart Series Datasources for the ppDPTeeChart differ
at runtime and designtime. At designtime, I can choose from:
Manual
Random
Function
Data Pipeline
Cross Tab
Text File
XML File
At runtime, I have:
Manual
Random
Function
Data Pipeline
Is there any way to ge the last three at runtime? I'm using Midas and I am
generally designing all the reports at runtime.
Thanks,
Leah
This discussion has been closed.
Comments
Be sure you have all the correct TeeChart files included in your 'uses'
clause. Although I have never seen this behavior before, I will research it
further and get back to you asap.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thanks,
Leah
Sorry for the delay. To enable the extra datasources in the chart editor,
you will need to add the following TeeChart units to your uses clause...
- CrossTab: TeeDBCrossTab
- TextFile: TeeSeriesTextEd
- XMLFile: TeeXML
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com