I use an image control (not an unbound or bound object frame) to display an image on a single (not continuous) form. I update the Picture property of the control in the form’s Form_Current() event using the filename that is stored as a text field in the record source for the form.
This all works fine.
The annoyance is the little “Import progress” dialog (showing the image filename and a progress bar) that appears momentarily while the control is refreshed when moving from record to record. Question #1: Is there any way to disable this dialog (make it go away)?
Also, occasionally it stays on the screen even after the control is refreshed (this seems to happen when I move rapidly from record to record), When this happens, the only way I’ve figured out to get it off the screen is to exit Access completely and restart. Rather draconian, I must say… Question #2: Any ideas what’s causing this and how to avoid it (besides just moving more slowly between records)?
(If there’s a solution to question #1, then question #2 is moot.)
Thanks.