Update Image

M

Mat Child

Hi,

I have 'switchboard' form with an image control that uses a linked image on
a shared drive.
Every so often we change the image (cos we're pretending to be google) by
just overwriting the original file with a new one. The next time the form
opens up again the new image is displayed.

However since this form never actually closes unless the database closes
i've tried to program a timer event to re-draw the image.

I've tried .refresh, .requery & .repaint. None of these actually work. only
it seems closing and re-opening the form, which is something i'd like to
avoid.

I know it's trivial but any help would be appreciated.

Thanks
 
M

Mat Child

Hmm, sorted it.

just used me!controlname.picture = "path to picture" and it reloads itself
 

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