hi,
I had a master detail relation in my project. I set up master source etc. I want to Full refresh in detail dataset after update of Master dataset. is there a way on dataset to accomplish that
Master Detail relation, Detail Full Refresh after update
It is not true if you are inserting a master record
If you are inserting a master record, previously inserted detail records are not refreshed wher you fill the masterfield. It is incredible this is happening, since there are many situations this may be necessary.Plash wrote:When you change the key field in master dataset, detail dataset is automatically refreshed. If you want to refresh the detail dataset after any master field is changed, use the AfterPost event for the master and call the Refresh method for the detail dataset in this event.
See discussion in the following thread
http://www.devart.com/forums/viewtopic. ... 5944#55944
http://www.devart.com/forums/viewtopic. ... 5944#55944