Subject Waiting until the refreshing of a dataset is finished
Author
How can I reliably wait until the refreshing of a dataset is finished before continuing with the program?

I have tried somthing like this:
repeat
  application.processmessages
until dataset.refreshing = false

but this doesn't change a thing.

Florian