~Hank LopvelutergonNov 10, 2015, 3:36 PM100 PostsSee thishttp://www-10.lotus.com/ldd/nd6forum.nsf/d6091795dfaa5b1185256a7a0048a2d0/c0cfc7098136b72385257ef90050d116?OpenDocument
~Hank LopvelutergonNov 10, 2015, 3:36 PM100 PostsSee thishttp://www-10.lotus.com/ldd/nd6forum.nsf/d6091795dfaa5b1185256a7a0048a2d0/c0cfc7098136b72385257ef90050d116?OpenDocument
~Joan ZenponezenettuNov 10, 2015, 4:31 PM5 PostsDoesn't workEven using RichTextItem the results are the same, makes no difference
~Mary ChuabergNov 10, 2015, 8:33 PM82 PostsuidocHow about saving the NotesuiDocument, then getting set notesdocument = uidocument.document then getfirstitem("body") then text = item.text
~Joan ZenponezenettuNov 11, 2015, 10:33 PM5 PostsuidocWhat I was missing was a call to uiDoc.Refresh, like this: If uiDoc.Editmode Then Call uiDoc.Refresh(True, True, True)