Hi,When I compose a new document a NotesDocumentCollection object created and it hold all the collection of employee. I fill all the fields with notesdocument object by GetFirstDocument method of NotesDocumentCollection.
For visibility of rtf field I close my document and reopen it with ws.EditDocument… , when I reopen document I lost
NotesDocumentCollection object.
My question is, is there a way to hold or preserve NotesDocumentCollection object so that I reuse it with out recreate it. Like using Script library or global variable.
-Mohammad Ashfaq