Subject RE: [IBO] Waiting until the refreshing of a dataset is finished
Author IBO Support List
I'm not quite sure what you are trying to accomplish.
 
More information is needed here.
 
Jason Wharton
 


From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]
Sent: Monday, December 15, 2014 1:55 PM
To: IBObjects@yahoogroups.com
Subject: [IBO] Waiting until the refreshing of a dataset is finished

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