I’d been trying various things for some work I was doing on multivalue dynamic doclinks and to cut a long story short I think there’s a problem using tags in pass-thru html in version 801?
Using the following computed test pass-thru html :
“<img src="/icons/doclink.gif">”
Works fine in both client and web in version 7 showing the doclink icon but this only works when viewing in the web in version 801, when you view in 801 client it’s doesn’t work.
Is this a bug or has something changed in this area with v8 that requires change of coding?
I’m relieved that I’m not the only one who’s seen it. It means R8 clients are going to find some key UI I provided useless until this problem is fixed.
Subject: Re: image display pass-thru html works in 7 but not 801?
There was a bug in 6.5.4 (& possibly also 7) whereby all images in the Image Resources of a database were available to Public Access whether or not the ‘Make available to Public Access’ checkbox was checked or not.
This meant that Notes was able to see the images through pass-thru html even if your database does not allow anonymous access. This bug appears to have been fixed now, therefore, notes is now unable to access the images through pass-thru html.
The solution is to check the ‘make available to public access’ box on your image resources - this solved the issue for our databases.