I save and loads charts to stream.
The problem is if I change the datasource type so summary the
XValues.Order is set loNone
If I change it back to dataset the XValues.Order is not set back to loAscending.
If I save this chart and try to load it, it fails (the computer runs out of memory)
The value is set in TeeDBSumEdit
procedure TDBChartSumEditor.BApplyClick(Sender: TObject);
It is not changed back in:
TeeDBSourceEditor
procedure TDBChartSourceEditor.BApplyClick(Sender: TObject);
Is it possible for me to add some code here to make it work?
Loading and saving charts to stream, problems with order
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi jls,
Could you please send us an example application we can run "as-is" to reproduce the problem here?
You can post your files at [url]news://www.steema.net/steema.public.attachments[/url] newsgroup.
Thanks in advance.
Could you please send us an example application we can run "as-is" to reproduce the problem here?
You can post your files at [url]news://www.steema.net/steema.public.attachments[/url] newsgroup.
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 jls,
Thank you very much for such a clear example.
We have been able to reproduce the problem you reported here and have already added it to our defect list to be fixed in future versions. In the meantime, a solution could be doing everything programmatically.
Thank you very much for such a clear example.
We have been able to reproduce the problem you reported here and have already added it to our defect list to be fixed in future versions. In the meantime, a solution could be doing everything programmatically.
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 |