First off...sorry to keep asking questions and second thank you so much for the help. I am a programmer by example and this site has been great.
My program is almost done, but I have nagging issues. The database stores the image path and it loads the images on the form just fine except when you open/close the form it gives a "can't open the file imagename.jpg". This is the path that I HAD to put in when I added the image object. It changes on the fly after the form opens and oncurrent, but when the form first opens and closes the error keeps popping up despite all attempts to change the path at onLoad, onError, onOpen. I put in a message box that tells me the path is getting changed, but the darn message just won't go away and I can't seem to error it out either. I took out all of the code and the message is still there so it's the Image.Picture = Path where the Path is no longer valid that is causing the problem.
How was I supposed to add an image to this form if the install path is not static and therefore the Path will be a changing variable? It's probably something really easy.
Thanks!!
My program is almost done, but I have nagging issues. The database stores the image path and it loads the images on the form just fine except when you open/close the form it gives a "can't open the file imagename.jpg". This is the path that I HAD to put in when I added the image object. It changes on the fly after the form opens and oncurrent, but when the form first opens and closes the error keeps popping up despite all attempts to change the path at onLoad, onError, onOpen. I put in a message box that tells me the path is getting changed, but the darn message just won't go away and I can't seem to error it out either. I took out all of the code and the message is still there so it's the Image.Picture = Path where the Path is no longer valid that is causing the problem.
How was I supposed to add an image to this form if the install path is not static and therefore the Path will be a changing variable? It's probably something really easy.
Thanks!!