LotusScript to C API Programming Guide

rtLib Domino Rich Text Management template
Home
Show details for ContentContent
Purchase
Ready-to-use samples
Show details for Online resourcesOnline resources
Forum
Links
Happy readers

Anonymous

login


 

Hosted by Prominic.NET, Inc.
Main topic: Accessing Unsaved Documents / Unsaved changes to a Document

Accessing Unsaved Documents / Unsaved changes to a Document (by Normunds Kalnberzins, 05/21/2004 11:46:41 AM)

Hi Chris,

thanks and sorry for taking so long to answer this. You CAN access rich text in a new document. Use:

uidoc.refresh true

to update backend RT field from RT in UI and doc.handle (doc is NotesDocument) to as notehandle. The handle is again Long or Integer depending on OS, but otherwise it works OK.

I hope this helps

Normunds