"Flash" When Updating An Image Control.

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

Guest

Im using this code...
Me!Image123.Picture = Me!ABCD

....where the unbound Field ABCD
is a textbox showing the path to a
JPG on theServer.

When the above code runs, there is a
"Flash" - looks very briefly like a MsgBox
How can I PREVENT this from Flashing?
(or "freeze" the screen like Excel's
"Screen.Updating = False...

TIA - Bob
 
And a couple of additional points, previously posted by Stephen Lebans:

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.

Rob
 
Additionally, you can eliminate the "dialog" box flash if the image file is
an uncompressed .bmp file -- then ACCESS doesn't have to uncompress it in
order to load it into the image control.
 
Thank you.

Ken Snell (MVP) said:
Additionally, you can eliminate the "dialog" box flash if the image file is
an uncompressed .bmp file -- then ACCESS doesn't have to uncompress it in
order to load it into the image control.
 
Thank you.

Rob Parker said:
And a couple of additional points, previously posted by Stephen Lebans:

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.

Rob
 
In addition to what the others have said, all of which is correct, I might
add that very fast machines with fast video cards do not show the dialog
box, except when the system is taxed by having lots of apps open. That's
especially when the system is vulnerable to crashing.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads
http://www.datastrat.com
http://www.mvps.org/access
 
Arvin - Thank you - Bob

Arvin Meyer said:
In addition to what the others have said, all of which is correct, I might
add that very fast machines with fast video cards do not show the dialog
box, except when the system is taxed by having lots of apps open. That's
especially when the system is vulnerable to crashing.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads
http://www.datastrat.com
http://www.mvps.org/access
 

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

Back
Top