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

ppChrtDB vs Borland ITE (Translation Tool) - AREAEDIT message

edited August 2004 in General
Hi everyone,

I am using this :

Delphi 7.0
ReportBuilder 7.04
TeeChart Pro v7.0

My application must support multiple languages, so I'm using the Borland ITE
(Integrated Translation Environment) to help me with this. This system was
working fine with ReportBuilder5/TeeChartPro 4.04 components. However, since
the upgrade, the translation process always stops at some point and I
receive an error message like this :

"System was unable to locate file AREAEDIT.dmf ..."

AREAEDIT.dfm is the old name of the unit that was in TeeChart v4. From
version 5 and up, this unit was renamed to TeeAreaEdit, as were most of the
other components.

All older versions of the utilities were uninstalled prior to the migration
(Delphi, ReportBuilder5, TeeChart Pro 4, etc.), so there should be no
references left to AREAEDIT anywhere.

This seems to be related to the ppChrtDB file, because if I comment the
parts using this unit and remove it from the "use" section, the translation
process succeeds. However, when I simply add it to the "use" section, bang,
I get the AREAEDIT message again, which is rather surprising because
ppChrtDB for TeeChart 5 and up should search for TeeAreaEdit.dfm, NOT
AreaEdit.dfm.

Is there a way to fix this? Has anyone else encountered this problem before?

Thanks!

Dominic

Comments

  • edited August 2004

    Use ppChrtDP.pas - it contains the data-aware chart class that is
    datapipeline based.


    The ppChrtDB.pas unit is deprecated.



    --
    Nard Moseley
    Digital Metaphors Corporation
    www.digital-metaphors.com



    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.