I use this in my application
DataSet.MergeChangeLog; DataSet.ApplyUpdates(-1); DataSet.Refresh;
The above code is in action named actRefreshData strong>, in ActionManager
When I need to use, I'll just call him
actRefreshData.Execute;
Hope this helps.
Hint: you can add a Timer and automate this
Petzy
source share