Putting an image into a field using imagesource
Posted: Wed Feb 24, 2021 9:26 am
Hi Everyone,
I feel that this should be simple to accomplish but I guess I'm having a logic failure here... I'm wanting to put an image that is stored in an image control into a field.
I thought this code would do it:
but no!
Grateful if anyone could help in showing me where I'm going wrong!
Many thanks
Glenn
I feel that this should be simple to accomplish but I guess I'm having a logic failure here... I'm wanting to put an image that is stored in an image control into a field.
I thought this code would do it:
Code: Select all
...
put image"Im" into tIm
set the imagesource of char 1 of field "txtFIELD" to tIm
...
Grateful if anyone could help in showing me where I'm going wrong!
Many thanks
Glenn