Progress bar shows on next record

  • Thread starter Thread starter Billy B
  • Start date Start date
B

Billy B

I have a form which has an image contol and a tab control on it. The images
are linked and not embedded. When I navigate to the next or previous record,
I get a brief glimpse of the progress bar across the front of the form. I
have set echo to off and it does not fix the problem. Any suggestions?

Thank you.
 
Hi Billy,

See here:
http://www.mvps.org/access/api/api0038.htm

There is a link in part B of that article to a registry file (the link is
http://www.mvps.org/access/downloads/Set_ShowProgressDialog_To_No.reg),
which gives a listing of about 19kb of registry entries. If you want to use
that (and I suggest that you should), here's the easy way to do so:

Cut/paste the content of that page to a text file (Notepad is fine), and
save as a .reg file. Then all you need do is double-click the file, or
right-click and choose "Merge", to merge the entries into your registry.
For a 19kb file of entries, that's certainly faster than entering them all
manually.

HTH,

Rob
 
On Thu, 23 Oct 2008 23:01:00 -0700, Billy B

That's most likely the image control showing you that it's taking some
time to load the image. You likely can't change that, unless you use a
different (3rd party) image control.

-Tom.
Microsoft Access MVP
 
Back
Top