Home End User
New Blog Posts: Merging Reports - Part 1 and Part 2

TeeChart Series Datasources Options

edited March 2004 in End User
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

Comments

  • edited March 2004
    Hi Leah,

    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.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited April 2004
    Any progress on this one? What are the correct TeeChart files?

    Thanks,

    Leah


  • edited April 2004
    Hi 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

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.