I have a Notes Form which I’m using in a Notes Client. It contains some Passthru HTML, and a is included amoungst the Passthru HTML.
But when I hit F9 to refresh the document, or issue a notesuidocument.refresh method, the Passthru HTML is not being recalculated. Can anybody help me with this?
I’ve also tried the notesuidocument.reload, but to no avail.
I’ve also tried the notesuiworkspace.reloadwindow, but again to no avail.
When I remember right, the rendered pass-through HTML is actually stored as RichText internally, so just like a computed RichText item, it will not recompute, unless the document is closed and opened again in the front-end.
Maybe Andre’s classic “how to update RT without saving the doc” would help here.