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 :
There is no way to refer to image resources with HTML in the client, unless by their Domino (http) URLs. If the Notes client users have access to the Domino web server, they should be able to get the images that way. However, this is a bit of a patchwork solution and I’m not certain it will work the way you would like.
I feel that you have designed yourself into a dead end. Perhaps if you take a step back and describe the end-user requirement, we could be of more help.
You can use local images. Code is “<img src="file:///C:\img\blue_dark.gif">” for example
That means all desktop clients must have your image’s collection on their local disk. Images can be detached in a PostOpen event, the first time and each time you modify or add an image with a smart mechanism
This is not a simple or nice solution but it works !