Issue
This the method I tried and it does not work:
- I have a LoadingPopup form that pops up right before the queries start
- The form contains a gif in an ActiveX control
- The form is closed after the queries are done running
What actually happens is the LoadingPopup appears and then freezes while the queries are running, so there is no animation!
I am at a loss of what to do. What is the next best option for me?
Solution
You are hosed. Access is single-threaded, so while it is busy doing something (running a query) it won't do something else (animating a GIF).
Display a static picture. The users don't care anyway.
Answered By - Gustav Answer Checked By - Candace Johnson (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.