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

Rebuilder RB 6 Pro problem

edited November 2004 in General
Dear,

We are trying to rebuild ReportBuilder 6.0 Pro: so far it seems to work but
different packages complaint on:

{$IFDEF Tee50}
TeeExport(nil, FChart);
{$ELSE}
ChartExport(nil, FChart);
{$ENDIF}

I can't seem to find either TeeExport or ChartExport.

Does anyone know where I can find these (pas or dcu) ?

Thanks in advance,

Wim

Comments

  • edited November 2004
    Hi Wim,

    The TeeExport method is available in TeeChart 5 or later and enables the
    export dialog in TeeChart. It is located in the TeExport.pas file. If you
    do not have a copy of TeeChart 5 or later, the ChartExport method must be
    used for TeeChart 4 which comes with Delphi. Be sure you library path is
    correct so you can import the correct TeeChart files.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

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