Hi, thought I would try a repost in case anyone missed it firs time round…
I have a strange problem using passthru html in my notes client.
I have jpeg attachments in my forms wich I am trying to display using pass-thru html (computed text).
The problem is that some of the jpegs will display and some won’t. The computed text is:-
dbname := @ReplaceSubstring(@ReplaceSubstring(@Subset(@DbName; -1);" “;”+“);”\“;”/");
“”
If I edit the jpeg which doesn’t display and save it, it will generally work although not all the time. Some of these attachments are attached via script, some are attached manually. They are generally 640*480.
The icons displayed for some are just the blank document icons, the ones that seem to work first time are those that have the MS Photo Editor icon
To get around this just now, i have embedded a web browser element to display them which works fine. Unfortunately, i need to print the picture with the document but the browser object does not print - and thats another question, has anybody got that working? I’ve seen a number of posts about it but no obvious answer.
While i still have hair left, can anyone shed any light on this.
thanks