RichTextItem question

Hi guys,

this is the continuation of a question posted here:

http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllThreadedweb/c553c3077ac0f0ca85257443001d597e?OpenDocument

The document I’m trying to copy rich text from is just a temporary document and does not get saved. After searching the forums and playing around with my code, I gather that it isn’t possible to copy rich text out of a document that hasn’t been saved? I just want to confirm this before I think of another way to tackle my problem.

Cheers,

Jason

Subject: RE: RichTextItem question

It’s definitely possible to copy rich text out of a document that hasn’t been saved. In case of a NotesUIDocument which is open for editing, the edits the user makes aren’t automatically copied to the NotesDocument. You have to specifically request this using the Refresh method – please read about it in the Designer help, or search here to find where it has been written about at least dozens of times – possibly over 100 (I find 234 close matches).