Question about Richtext field

Here’s my question

I have a document with richtext field (Comment) and I create a new document with this script :

Set uidoc=workspace.ComposeDocument(NomServeur,ProblemeSolution,“Document”)

I want to put richtext field (Comment) in my new document and keep all format.

How I can do this ?

Thanks

Subject: Question about Richtext field

Set the Document form to inherit values and then inherit the rich text field from the current document by including the name Comment in the Comment field’s default value formula.