I have defined a field with data type = ‘HTML image’ and I can define the image name as, for example, grp__NM__A.png. It works perfectly.
My problem is I want to have the image to be displayed dynamically. For example, sometime I would like to display grp__NM__B.png, sometimes I would like to display grp__NM__C.png …
I have tried to set the image with the command
{image1}=‘grp__NM__B.png’ ;
but the form still display grp__NM__A.png.
It seemed that I cannot change the image name within the form.
Can anyone tell me how to do this?
Thanks a lot!