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

Transfer chartdata from program to report

edited January 2004 in General
Hi,

we have a program where the user can build flexible charts. now we want to
print this charts. How can I transfer the data from the charts in the
program to a chart in a report?

--

Mit freundlichen Gr??en
Sven Langenkamp

Tel.: +49 (0) 50 21 / 97 24 -15
Email: langenkamp@ctdatentechnik.de

===============================
CT Datentechnik Gesellschaft
f?r Prozessrechentechnik mbH
Eschenstr. 2 - 31582 Nienburg
Tel.: +49 (0) 50 21 / 97 24 -0
Fax: +49 (0) 50 21 / 97 24 -18
Email: info@ctdatentechnik.de
Internet: www.ctdatentechnik.de
===============================

Comments

  • edited January 2004
    Hi,

    I would recommend saving the charts as images once they are created and then
    showing them in a TppImage component on your report. I believe you can save
    a TeeChart as a wmf, which can then be streamed or loaded from file into a
    TppImage component. For more information try doing a search on this
    newsgroup for "Ed Dressel TeeChart".

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited January 2004
    I do it a ozher way now: I save the data from the Chart into a MemTable.
    Then I use a pipeline to transfer the data to the reports chart. Works
    great.


This discussion has been closed.