Pass thru HTML in Rich Text Field in Client

Is it possible to convert part of the text in a rich text field to passthru HTML to be rendered on Notes Client?

I have certain references in the rich text field for which I want to add HTML links. Alternatively, I want the links in a references field, again to be rendered as HTML. Either of this has to be rendered just on the Notes Client.

Subject: Pass thru HTML in Rich Text Field in Client

The latter solution might be easiestAssuming that the HTML to be passed-thru is well tagged, then parse the RTF, go through it char by char until you find the start tag, then copy from that point until you reach the finish tag into a notes CWC field set in a pass-thru marked paragraph

Subject: RE: Pass thru HTML in Rich Text Field in Client

I have the following code

Bold ” as formula in a CWC Field in a paragraph marked as pass thru HTML and it is showing up as the code above and not the Bold being bolded as needed. What am I missing here?

Subject: RE: Pass thru HTML in Rich Text Field in Client

put the cursor just before & just after the field, and check if it’s really all pass-thru

Subject: RE: Pass thru HTML in Rich Text Field in Client

I actually have a whole paragraph with a field in between, all of which is marked as pass thru.

When viewed in client, all the content in the paragraph, except field value works as expected. Just the field contents is not working as expected?

The actual HTML code is showing up. Again all this is an issue only in the client and not the web.

Subject: RE: Pass thru HTML in Rich Text Field in Client

Try replacing the field with some computed text, see if that helps