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