Hi. C7.2, Nettalk 5...
I'm very new to this stuff, and I'm trying to display an image on a form. I have the image file name in a field in a related table. I get the data from the table and place it in the session queue. It correctly displays the file name on the form, but no image. I set up a display field on the form, and I put this on the Image tab for the display field for the name of the image file:
p_web.CreateImage(OIM:ImageFileName)
When I look at the transmission, I see that instead of sending the file name for the src, it sends this:
/%3Cimg%20src%3D%22images/please.jpg%22%20width%3D%22%22%20height%3D%22%22%20alt%3D%22%22%20border%3D%220%22%20align%3D%22absmiddle%22%20%20%20%20/%3E
The file name is in there, but the html source can't use this. I'm clueless. Thanks,
Jim