Image Population / Timer Event

rube

Registered User.
Local time
Today, 23:14
Joined
Jun 21, 2003
Messages
76
We have a database that populates an ImageBox. The problem is, if the user jumps back and forth between images, the program will eventually just close even with Error Handling (though I must not be using correct EH).

Is there a code that could force a delay before allowing another selection, or check to see the image is loaded fully before continuing?

Also, when we tried to break this portion, if a user added images very quickly, the Progress Indicator would freeze on the screen until the form was closed.

Does anyone have any ideas?

Thanks,

Chris.
 
Image Population

Thanks for the response Wayne,

I am not sure what you mean. I mean, I understand what an Event is, but how would you use it? I could check to see if the file copied to the server, and loop this until it exists at the destination I guess.

What exactly do you mean?

Rube
 
I have heard this before and my suggestion was to only display the image when the user clicks a button. Scrolling through the records will crash Access if the images are large in file size for Access can never catch up.

HTH
 
Access Crash

Thanks for the input, I will probably do that. I tested Northwind's Employee example, and I could get it to do the same thing.

Thanks again,

Chris.
 

Users who are viewing this thread

Back
Top Bottom