April 2006
Beginner
1114 pages
98h 16m
English
querytable.CancelRefresh
Cancels an asynchronous query. You can’t refresh or delete a query while that query has refresh pending. When working with asynchronous queries, you should check the query table’s Refreshing property and (possibly) cancel the pending refresh before deleting or refreshing that query again.
The following code cancels any pending refreshes before refreshing a query:
If qt.Refreshing Then qt.CancelRefresh qt.Refresh
Read now
Unlock full access