Suppress Message During Import

  • Thread starter Thread starter RSM via AccessMonster.com
  • Start date Start date
R

RSM via AccessMonster.com

Anyone know if there is a way to suppress the little progress message that
pops up when you use DoCmd.TransferText in Access 2000? It is not visible
long enough to be useful in this case and thus is simply annoying. Thx.
 
Hate to reply to my own message, but I stated the problem wrong.
TransferText has nothing to to with it. The message appears while
importing a linked .jpg file that is then displayed as the Picture property
of an Image control. Sorry about the confusion.
 
Found the answer on Dev Ashish's MVP <a
href="http://www.mvps.org/access/api/api0038.htm"> site</a>. The easist
was is to change a registry setting:

HKEY_LOCAL_MACHINE\Software\Microsoft\ Shared Tools\Graphics Filters\Import\
JPEG\Options

Change the ShowProgressDialog key value to "No".

Worked perfectly for me.
 
Back
Top