Page 1 of 1

Update Event in client for master/detail?

Posted: Wed 29 Mar 2017 08:12
by polsol
I need to know when the master record has changed so that I can perform some calculations based on the 'updated' detail table but can't seem to find an event that's triggered when the detail table is 'refreshed' when the master is changed. Sort of like an 'OnDetailTableUpdated' or 'OnMasterTableRecordChange' event.
Suggestions?

Re: Update Event in client for master/detail?

Posted: Tue 04 Apr 2017 10:30
by azyk
To solve the issue use the AfterUpdateExecute event handler in master dataset:
https://www.devart.com/unidac/docs/?dev ... xecute.htm