PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Sunday, July 17, 2022

[FIXED] How do I achieve an animated gif in MS Access while queries are running?

 July 17, 2022     gif, ms-access-2013, vba     No comments   

Issue

This the method I tried and it does not work:

  1. I have a LoadingPopup form that pops up right before the queries start
  2. The form contains a gif in an ActiveX control
  3. 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)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home
View mobile version

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing