How to stop "Importing c:\..." msg in Image

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I set the source of my Image control to a JPG file on the HDD, I get a
"Importing c:\..." msg flash up onto the screen. I would like to not see that
as it distracts.

I have turned Warnings off but has no effect.
 
Another method is to change the .jpg file to a .bmp file. Then ACCESS
doesn't have to uncompress the file and you won't see that dialog (which is
shown while ACCESS decompresses an image file).
 
Here is a prior post of mine on this issue:


The one thing you must do is turn of the "Loading Image" dialog. If you
don't,
and quickly scroll through the records in Form view, or page quickly in
Print Preview, you run the risk of crashing Access. Use the Registry mod at
the Access MVP site:


Additionally, two issues in regards to the Registry modification pointed to
here:


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


1) The Registry key MUST be "No" NOT "no" or "NO"


2) On systems with XP or on systems with more than one user account,
you must add/modify the key in both HKEY_CURRENT_USER and
HKEY_LOCAL_MACHINE.



--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Back
Top