Search found 1 match

by matthewj
Wed May 17, 2006 3:29 pm
Forum: VCL
Topic: Datasource fault
Replies: 1
Views: 2251

Datasource fault

I've found a bug in the 7.07 (and previous) series code. Most people won't hit it, but I was being clever and got bitten. The problem is that when you set a DataSource for a series, the InternalAddDataSource function calls Value.FreeNotification(Self) which is fine if the TDataSet is deleted first, ...