vba - Access2010: Opening screen to display animation while linking tables -


when access 2010 application loads, need link couple oracle tables security reasons before show logon screen. show animated gif if possible while tables being linked in background. have created form has animated gif webbrowser control. when screen opens, animated gif works great.
thought open form , call animated gif form me.repaint doevents

and subroutine linktables, after wish close both forms.

the animated gif form opens, shows frozen image, links , closes.

is there anyway show animation while occuring in background?

multithreading in access isn't possible can similiar:

  1. split animated gif series of still images can viewed sequentially: a,b,c, etc.
  2. split background process series of tasks: 1,2,3 etc.
  3. make loading form. show image a.
  4. when background process finishes task 1, replace image b.
  5. when background process finishes task 2, replace image b c.
  6. repeat.

does make sense?


Comments

Popular posts from this blog

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -