J
Joe Holzhauer
I'm attempting to assign an image path to an image control, as below:
imgImage.Picture = Recordset!ImagePath
I keep getting the error "The setting for this property is too long." At
first, I was using a very long filename, but the error persists even when I
change it to a short one (i.e. "c:\test.bmp").
Any idea why? It doesn't seem too long to me!
Thanks for your help!
Joe
imgImage.Picture = Recordset!ImagePath
I keep getting the error "The setting for this property is too long." At
first, I was using a very long filename, but the error persists even when I
change it to a short one (i.e. "c:\test.bmp").
Any idea why? It doesn't seem too long to me!
Thanks for your help!
Joe