Hi all,
First of all, i want to apologize because this issue has been asked few days ago, but till now i still can’t find the answer.
I have this piece of code with Pass-Thru HTML:
<IMG SRC=“/blue.gif?OpenImageResource” WIDTH= HEIGHT=11>
First computed value = “/” + @WebDbName
But the status bar always said that: “Image or object not found on server” when previewed in Notes Client, althought the image has been attached to the Image Resource.
So can someone help?
Thanks.
Subject: “Image or object not found on server”
I am having a similar issue that I have not been able to resolve.
In a field on my Person document, I have the following formula:
“<img src = "http://mydomain.com/names.nsf/” + ShortName + “.jpg?OpenImageResource"/>”
If I initially go to the document through the Notes client, I get the dreaded red X and the
“Image or object not found on server” message. If instead, I initially go to the document on the web, the image comes up fine; I can then go to the document on the Notes client and it pulls up without a problem.
Can anyone shed any light on this?