I am using the Notes client 6. I was able to SaveNewVersion just fine, until I had to build in functionality to copy rich text from one field to another, which required the use of the AppendRTItem method. This method is used on the doc backend, so now when I try to save a version on the front end, it doesn’t work. I see there is no comparable method in the NotesDocument class. I tried saving the doc first, then doing SaveNewVersion on the uidoc, but then it changes the old version to match the new version. Does anyone know of a way to copy rich text(it has to be formatted pretty, plain text won’t work) on the fron end (uidoc?) or of a way I can still get a save as new verison function? Thanks!!!