Copying Rich Text Fields

So I am trying to copy rich text from one field to another in a Domino app being accessed via a browser. The copying is being performed via a WebQuerySave agent, but after copying the rich text formatting (bullets, fonts, etc.) are lost and plain text is inserted. The same thing happens with Rich Text fields that are inheriting values from an existing document. I know - from reading - that there are Rich Text specific commands that can be used via Java (and LotusScript) for these purposes, but I am so old school that I can’t figure out how to implement them.

Has anyone else run into this problem and developed code to perform these RT copies? If so, would you please share? Thanks . . . Marty

Subject: What does your code look like?

Subject: Sample Code

Real Simple:

@SetField(“Task1_1”; Task1)