Subject Refresh on master does not requery detail?
Author mircostange
I have two queries, linked together as master detail. Because of a
multi-user application I would like to provide the user a refresh
button, which will automatically refresh the display.

I tried to call

mastersource.dataset.refresh;

which is ok for the master source, but the linked detail does not
automatically requery. Is this the intended behaviour?
I know of course that I can do a manual refresh on the detail as
well, but having a large number of views with several master details,
it seems inefficient and I would bet someone forgets to refresh one
of the many details...

Mirco