Display Pictures in Form

  • Thread starter John R. Youngman
  • 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
 
B

Brendan

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
 
J

John R. Youngman

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
 
S

Stephen Lebans

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.
 
J

Jeff Conrad

Sensei,

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

Thanks,
Jeff Conrad
Bend, Oregon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top