TDBChart doesn't show up on Component Palate

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Tikii
Newbie
Newbie
Posts: 1
Joined: Fri Nov 15, 2002 12:00 am

TDBChart doesn't show up on Component Palate

Post by Tikii » Fri Aug 19, 2005 1:44 pm

Hi

I am currently using delphi 7.01 along with TeeChart 6.01 Pro

I noticied that I do not have the dbchart on my teechart component palatte and that my TChart is on my "additional Palatte"

I am also using Report Builder 9.02 and 2 dbcharts appear there

There is a TppDBTeechart and a TppDPTeeChart

When I right click on my component, It shows I am using the correct version. I am wondering if somehow my dcu's are mixed up or when I upgraded that maybe something from an old version was left behind

When I try to look at the demo source codes that include the dbChart I get the error "Error Creating Form:Ancestor for TBaseDBChart"

Any help would be appreciated

K

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri Aug 19, 2005 4:03 pm

Hi Tikii,
I noticied that I do not have the dbchart on my teechart
component palatte and that my TChart is on my "additional Palatte"
That's correct, and TDBChart is on "Data Controls" palette. That's mainly because TeeChart components shipped with Delphi are locatted there. It wasn't until TeeChart Pro v7 VCL release that all TeeChart controls were grouped under "TeeChart" palette.
I am also using Report Builder 9.02 and 2 dbcharts appear there

There is a TppDBTeechart and a TppDPTeeChart

When I right click on my component, It shows I am using the correct version. I am wondering if somehow my dcu's are mixed up or when I upgraded that maybe something from an old version was left behind

When I try to look at the demo source codes that include the dbChart I get the error "Error Creating Form:Ancestor for TBaseDBChart"


It could be you have some old TeeChart files referenced by your Delphi 7 version. You should make sure them not being on your TeeChart folders, not being on Project -> Options -> Packages list and their paths not being at Project -> Options -> Directories/Conditionals -> Search Path list.

If the problem still persists using Report Builder components for TeeChart, you could try doing the same with a TDBChart component. If the problem persist please let us know. Otherwise please contact Digital Metaphors (Report Builder manufacturers) support.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply