Hi,
I used Teechart 5 in my project and i used SaveChartStream and LoadChartStream. Recently i changed over to TeeChart 8 evaluation version, and it won't allow to load the file that was once saved using the previous version. So my question is, Is there a backward compatibily issue?
SaveChart & LoadChart backward compatibilty
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Marcus,
Yes, for loading files from old TeeChart version you may need to use LoadChartFromFileCheck like this:
Hope this helps!
Yes, for loading files from old TeeChart version you may need to use LoadChartFromFileCheck like this:
Code: Select all
LoadChartFromFileCheck(TCustomChart(Chart1),AFileName,nil);
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 Marcus,
Thanks for letting us know. Yes, that's right. We will try to add this for next releases.
Thanks for letting us know. Yes, that's right. We will try to add this for next releases.
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,
i raise this post because I've a related question :
If I use SaveChartTo & LoadChartFrom, with my version (7.04 full source) to save chart properties.
In a couple of months,
if I buy TeeChart 8 or 9 or 10
because new features attract me,
can i be sure that my saved stream (or files) charts, will always Load with the new version ?
Or may I use an selfmade intermediary object to store chart properties ?
Thanks
i raise this post because I've a related question :
If I use SaveChartTo & LoadChartFrom, with my version (7.04 full source) to save chart properties.
In a couple of months,
if I buy TeeChart 8 or 9 or 10
because new features attract me,
can i be sure that my saved stream (or files) charts, will always Load with the new version ?
Or may I use an selfmade intermediary object to store chart properties ?
Thanks
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Wysu,
Please notice that there's v7.12 source code version available at the client download area.If I use SaveChartTo & LoadChartFrom, with my version (7.04 full source) to save chart properties.
Yes, backwards compatibility is something we specially care about and you shouldn't have problems loading v7 files in v8.In a couple of months,
if I buy TeeChart 8 or 9 or 10
because new features attract me,
can i be sure that my saved stream (or files) charts, will always Load with the new version ?
Or may I use an selfmade intermediary object to store chart properties ?
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 |