G
Gina Whipp
Hi All,
I have an ImageControl works fine UNLESS someone moves the picture. So I
tried the below on the form close to erase the path that is being stored,
for whatever reason and then a the new path shows up and then the picture
gets moved again. (The message is FFE can't open the file 'FilePathHere'.
It is not error 2220 because I have a message to trap that and it works just
fine. What I can't figure out is even when I delete that path, it comes
back. I thought it would stay "(none)". Upon that failing I tried setting
it to "" (see below) on the Form_Close, that's not working. Any
suggestions?
Me.imgImage.Picture = ""
I have an ImageControl works fine UNLESS someone moves the picture. So I
tried the below on the form close to erase the path that is being stored,
for whatever reason and then a the new path shows up and then the picture
gets moved again. (The message is FFE can't open the file 'FilePathHere'.
It is not error 2220 because I have a message to trap that and it works just
fine. What I can't figure out is even when I delete that path, it comes
back. I thought it would stay "(none)". Upon that failing I tried setting
it to "" (see below) on the Form_Close, that's not working. Any
suggestions?
Me.imgImage.Picture = ""