Display Pictures in Form

  • Thread starter Thread starter John R. Youngman
  • Start date Start date
J

John R. Youngman

Hi. I'm using Access 2003 to display pictures in a form. Everything works
fine with one small exception:

When I advance to the next record an Access dialogue box appears:
"Importing image from C:\image.jpg"

How can I hide this message?

TIA

John
 
I've had luck with changing a Registry key. Do so with all the usual
cautions.
find any where that you see: JPEG / OPTIONS / ShowProgressDialog
change to No

I've found it in several places.

for example, it is in

My Computer\HKEY_CURRENT_USER\Software\Microsort\Shared Tools\Graphics
Filters\Import\JPEG\Options\ShowProgressDialog = No

works wonderfully
BJC
 
Thanks, Brendan.

I wish there was a switch in Access to do this. I have 25 users (meaning
reg updates to 25 PCs).

I'll give it a try.

John
 
You could write a small VBA routine to perform the Registry change.

--

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

May I ask how the code might look?
Is it really complicated?
Only if you have time.

Thanks,
Jeff Conrad
Bend, Oregon
 
Back
Top