Subject | Waiting until the refreshing of a dataset is finished |
---|---|
Author | |
Post date | 2014-12-15T20:54:50Z |
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
I have tried somthing like this:
repeat
application.processmessages
until dataset.refreshing = false
but this doesn't change a thing.
Florian