Hi
How can i get which field is changed by ChangeNotification component???
Thanks
ChangeNotification
TMSChangeNotification is notified about any changes made in the resultset, and it does not get information about changed field.
You can specify that TMSQuery should be automatically refreshed when the underlying data on the server is changed. For this set the MSQuery.ChangeNotification property and the MSQuery.Options.ReflectChangeNotify property to True. To refresh a dataset quickly your table should contain a timestamp field to use the RefreshQuick method instead of Refresh.
You can specify that TMSQuery should be automatically refreshed when the underlying data on the server is changed. For this set the MSQuery.ChangeNotification property and the MSQuery.Options.ReflectChangeNotify property to True. To refresh a dataset quickly your table should contain a timestamp field to use the RefreshQuick method instead of Refresh.