Refresh Master Record after Updating Detail Record

Jens Fudickar

Member³
Hi Marco,

i have two Datasets as Master-Detail-Construct.

Is it possible to refresh the master record automaticly after the detail record is refreshed. I only want to refresh the current master record.
The reason is, the detail table has a trigger which updates the master table, and i want to see the results directly (without updating the master dataset).

Any chance?

Greetings
Jens
 
You will have to explicitly program this in the AfterRefresh event. Simply call MasterDataSet.RefreshRecord.
 
Back
Top