Posted this in 6/7 but using v801 so should have posted it in here …
I’m having a problem getting an image resource displayed in the Notes client on a form in computed text set as pass-thru html.
Basically I’m dynamically build links to other documents and can’t use hot spots for the things to click on as there are variable number of items so … have constructed a formula in computed text to produce the following (summerised) pass thru html :
“<img src="http://www.server.co.uk/path/db.nsf/doclink.gif?OpenImageResource">”
Now this works but I don’t want to use the “www.server.co.uk” reference and wanted to do something like :
<img src="notes://server/path/db.nsf/doclink.gif?OpenImageResource">
or
<img src="notes://server/path/db.nsf/doclink.gif">
But I just can’t the “notes://” vs “http://” version to work no matter what syntax I try.
Does anyone know what I’m doing wrong?
Also the http version only works when you put the document into edit mode (?) although still shows ok when you flip back to review mode???
Thanks,
Derek