Rebuilder RB 6 Pro problem
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
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
This discussion has been closed.
Comments
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
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com