I've got a TDbf on a form. I've got a TDataSource attached to it.
I've set an event handler on the DataSource.OnDataChanged.


When I set the TDbf active, it's triggering an OnDataChanged BEFORE the dataset is fully active. If you do reading of data within the event handler, it results in "Operation cannot be performed on an inactive dataset."

Wouldn't the dataset already be open to trigger an OnDataChanged?

-Tony Maro

_______________________________________________
fpc-devel maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to