[SOLVED] Execution error with TRectangleTool
[SOLVED] Execution error with TRectangleTool
Hi,
I've just upgraded my TeeChart from pro V7 to V8 and I've some errors on execution by used TRectangleTool that i don't have with v7. I'm using C++ 2006.
I add this tool on my graph, with default options, and no change on it in my code. Compil and link are ok but in execution i've the error :
"EReadError exeption : error while reading ChartTool1->Shape.AutoSize : property doesn't exist". My graph contain many TLineSeries and TColorLineTool too.
I've test in another project but it work good.
Do you have some idees for this problem ?
Thanks, Regards.
I've just upgraded my TeeChart from pro V7 to V8 and I've some errors on execution by used TRectangleTool that i don't have with v7. I'm using C++ 2006.
I add this tool on my graph, with default options, and no change on it in my code. Compil and link are ok but in execution i've the error :
"EReadError exeption : error while reading ChartTool1->Shape.AutoSize : property doesn't exist". My graph contain many TLineSeries and TColorLineTool too.
I've test in another project but it work good.
Do you have some idees for this problem ?
Thanks, Regards.
Last edited by Komar on Fri Sep 28, 2007 12:39 pm, edited 1 time in total.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Komar,
It's most likely that this project is still pointing to old TeeChart references. You should update them as discussed here.
It's most likely that this project is still pointing to old TeeChart references. You should update them as discussed here.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Hi Narcis,
I effectively not remove a reference to an old teechart component in my execution package list for this project.
Then after re-open bcb2006 I have another problem. For all project who contain TeeChart and if I add a TeeChart in a form, I have the message "unable to load dclado100.bpl package" and the TeeChart Pro 8 component become disable in my package list. So impossible to run project with charts.
I read this thread (http://www.teechart.net/support/viewtop ... lado100%2A) but can't find any solution for this error message.
I use QR4 and TMS components too.
Do you know this ?
Regards
Komar
I effectively not remove a reference to an old teechart component in my execution package list for this project.
Then after re-open bcb2006 I have another problem. For all project who contain TeeChart and if I add a TeeChart in a form, I have the message "unable to load dclado100.bpl package" and the TeeChart Pro 8 component become disable in my package list. So impossible to run project with charts.
I read this thread (http://www.teechart.net/support/viewtop ... lado100%2A) but can't find any solution for this error message.
I use QR4 and TMS components too.
Do you know this ?
Regards
Komar
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Komar,
Do you have dbGo components installed as Andrew reports on his thread?
Thanks in advance.
Do you have dbGo components installed as Andrew reports on his thread?
Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Komar,
Could you please try then installing dclado100.bpl? You should find it at C:\Program Files\Borland\BDS\4.0\Bin. If you don't have this package could you please let us know which exact BDS 2006 version do you have?
Thanks in advance!
Could you please try then installing dclado100.bpl? You should find it at C:\Program Files\Borland\BDS\4.0\Bin. If you don't have this package could you please let us know which exact BDS 2006 version do you have?
Thanks in advance!
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Komar,
Sorry if my question wasn't precise enough but I meant which of the product version described here you were using. However, if I'm not wrong, ADO components are included in all versions so you should have this file in BDS 2006 installation files or in the installation CD/DVD.
Thanks in advance.
Sorry if my question wasn't precise enough but I meant which of the product version described here you were using. However, if I'm not wrong, ADO components are included in all versions so you should have this file in BDS 2006 installation files or in the installation CD/DVD.
Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
ok I had badly understood your question, my product version is BDS enterprise 2006.
I found the dclAdo100.bpl file in the BDS cdrom#3 and I have copied it and dclAdo100.fr in the bin folder of BDS.
I restarted BDS and it seems that the problem was solved . Thanks a lot for your help.
Best regards
Komar
I found the dclAdo100.bpl file in the BDS cdrom#3 and I have copied it and dclAdo100.fr in the bin folder of BDS.
I restarted BDS and it seems that the problem was solved . Thanks a lot for your help.
Best regards
Komar
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Komar,
You're very welcome. I'm glad to hear your problem was solved.
You're very welcome. I'm glad to hear your problem was solved.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |