Page 1 of 1

confirm image embedded in field with imagesource

Posted: Wed Nov 11, 2015 7:33 pm
by david_fff
I've used imagesource to embed an image in a field (usually replacing the last character in the field). With scripting, how can I confirm that an image already resides in the field? "get last char of field "q" does not return the name of the graphic.

Re: confirm image embedded in field with imagesource

Posted: Wed Nov 11, 2015 8:11 pm
by dunbarx
Hi.

If you can set the imageSource of a char, you can also get it. Does that help? I know it is homework...

Craig Newman

Re: confirm image embedded in field with imagesource

Posted: Thu Nov 12, 2015 1:45 am
by david_fff
Thanks, but not sure what you mean. I tried
put the imagesource of the last char of fld "q"
after making sure that the image was the last character, but nothing was returned.
Any other ideas?