TppDBTeeChart
I use TeeChart Pro 8.04 and I've updated from RB 11.03 to RB 11.04
now, when I'm gooing to open a unit that has a ppTeeDBChart inside a Report
I get a message that "TppTeeDBChart" cannot be found.
If I Compile, Build an Run, everything is fine, but it I try to open the
unit,
I get the message, if I insist, Delphi remove the ppTeeDBChart from the
report.
Am I doing something wrong ?
Things I've already made
1) New instalation of Delphi 2009 from zero (all upgrades)
2) Runed RBTeePackageBuider (no error messages)
I don't know why I'm I having this problem.
Thanks for any help that you could give me.
Abel
now, when I'm gooing to open a unit that has a ppTeeDBChart inside a Report
I get a message that "TppTeeDBChart" cannot be found.
If I Compile, Build an Run, everything is fine, but it I try to open the
unit,
I get the message, if I insist, Delphi remove the ppTeeDBChart from the
report.
Am I doing something wrong ?
Things I've already made
1) New instalation of Delphi 2009 from zero (all upgrades)
2) Runed RBTeePackageBuider (no error messages)
I don't know why I'm I having this problem.
Thanks for any help that you could give me.
Abel
This discussion has been closed.
Comments
It is still possible to install and use the older TppDBChart component in
the current version. The DBChart is just no longer automatically installed
with ReportBuilder.
You will need to open the rbTDBC11X.dpk file located inside your
\RBuilder\Source\ directory and build and install it into the IDE to have
access to the component at designtime. The templates should load correctly
at runtime if ppChrtDB.pas is in your library path.
Abel