~Evelyn DesjumiplopakolMar 23, 2011, 8:29 AM21 PostsRe: Seems as Document is not updatedWhat is the actual code you are using to recycle?
~Phil ZengeromanodenMar 23, 2011, 10:51 PM5 PostsRe: Seems as Document is not updated Hi Andrew, i used the following code to recycle and re-read the document var docUNID:string = doc.getUniversalID();doc.recycle();var doc:NotesDocument = database.getDocumentByID(docUNID);
~Vera OpfreechekakolApr 5, 2011, 10:44 AM14 PostsRe: Seems as Document is not updatedI doubt your code work. Note ID and Universal ID are two different attributes. getNoteID() -> getDocumentByID(), getUniversalID() -> getDocumentByUNID()...