Loading and saving charts to stream, problems with order
Posted: Fri Jun 10, 2005 11:14 am
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?
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?