HTML "<img src...>" tag rendered in Notes

Hi everybodyI have to display *.png images inside a Notes form, viewed in a Notes client.

I made a RichTextLite field where the user can upload the image, but I can only see the icon: ok it’s an attachment.

I had a “brilliant” idea. One of the properties of a form is “Render pass through HTML in Notes” so I thought: if a made an HTML tag that links to the image I’ll have what I need.

So I made a Computed text like this:

“<img src="/” + @WebDbName + “/test/” + @Text(@DocumentUniqueID) + “/$FILE/” + @AttachmentNames + “">”

where test is the name of the view that shows the documents I create.

If I open the document in a WEB browser I can see the image: the syntax (and, thus, the link) is correct. But in Notes it doesn’t work: I just see a square broken link icon with a red x instead of the picture.

I’ve tried to attach a *.gif image but the results are the same: I can see it on WEB but not on Notes client.

My question is: is it the Notes client that can’t render tag … or there’s something else that’s wrong?

Any suggestion is welcome … well … needed

Bye Max

Subject: HTML “” tag rendered in Notes

Hi Max,

did you ever receive an answer to this or get it solved? I have the same problem right now.

Regards,

Tina