Hello,i have problem.I want copy formated text from two documents (and two RichText fields) to another document to one richtext field with LotusScript.Is it possible?And how? Thank you for your response!
Subject: Copy RichText to another document
Hi there,check out “AppendRTItem method” in designer-help…
Buzzy
Subject: Copy RichText to another document
Hi MartinWhy dont you try with “Append RTItem” method in Notes Rich Text Item class.,I hope by using this method., we can get hold to two attachments(Formated Text)from two documents and append them into the richtext field of the second one.I hope this will help you.
Subject: RE: Copy RichText to another document
Hi again.,If it is not the attachment attached., you can get hold of the formatted text by using getformattedtext in richtextitemclass., and directly append it to the other one by append text method., and again by using EndInsert., u can append the rest of the formatted text from the other document to the old one inserted text
Subject: RE: Copy RichText to another document
Unfortunately, the incredibly badly named GetFormattedText returns plain text, without the formatting (or at least without the bold, italics, colors, etc.)