The statement:
image100.picture = "c:\dir\picture.jpg"
works just fine.
BUT - when I try and assign the picture to a variable it fails:
str_pictureName = "c:\dir\picture.jpg"
image100.picture = str_pictureName
I get an error 2220 - Can't open file
Any suggestions?
Thanks
image100.picture = "c:\dir\picture.jpg"
works just fine.
BUT - when I try and assign the picture to a variable it fails:
str_pictureName = "c:\dir\picture.jpg"
image100.picture = str_pictureName
I get an error 2220 - Can't open file
Any suggestions?
Thanks