Subject Re: [IBO] Howto manually update control when detail dataset changes
Author mirco@intellitec.de
Do you mean OnAfterScroll on the detail or the master query?

On the detail query, my table would update whenever the detail query
scrolls, where I only need to update when it requeries, as all
records are displayed in one step.

On the master dataset this would probably work, but it seems wrong to
me to have my grid depending on the master where it actually depends
on the detail query. In my case, the problem is that the master query
is on a different form, so my grid cannot easily react on events from
that.

I didn't understand "RTFM or even better GSG from Helen". What does
that mean?

Mirco