Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

Previous Next

Thoughts

(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

Is there a way to update a notesses... (~Miriam Dwofree... 26.Jan.15)
. . using LotusScript (~Ned Nimfanakon... 26.Jan.15)
. . . . Sorry for the confusion i've create... (~Miriam Dwofree... 27.Jan.15)
. . . . . . Did you install the client on the s... (~Fritz Ekfoober... 27.Jan.15)
. . . . . . 64 vs 32 bits? (~Ned Nimfanakon... 27.Jan.15)
. . Thoughts (~Fred Asatumibu... 26.Jan.15)
. . . . deletion is no problem (~Miriam Dwofree... 27.Jan.15)
. . . . . . Deletion forces a document to be re... (~Fred Asatumibu... 27.Jan.15)
. . . . . . . . another misunderstanding. :D (~Miriam Dwofree... 27.Jan.15)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS