NotesDocument.RenderToRTItem method

I am trying to copy a document into a Rich Text item using the NotesDocument.RenderToRTItem method in LotusScript.It works fine, except if the document uses a subform - the items are simply missing in the RichText.

Any idea how to solve this?

Thanks, Petr

Subject: NotesDocument.RenderToRTItem method

I used subforms and didn’t have a problem - but make sure you don’t have any values because none of these showed up. I had to replace all mine with computed fields instead.

hth