This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
(1) Regarding the re-instantiation of NotesDocument objects:
In LotusScript -- under similar circumstances -- it is sufficient to delete the doc object from memory using the Delete operator, then use db.GetDocumentByUNID to re-instantiate. See following code snippet:
unid$ = doc.UniversalID
Delete doc
Set doc = db.GetDocumentByUNID(unid$)
I guess you are accessing the Notes COM interface from VB.NET. Wouldn't the same (or similar) approach be available there?
(2) If using Java is an option, then you might consider doing the whole thing in Java.
Feedback response number JSAK9T5MJF created by ~Tip Zekjumitexakol on 01/26/2015