Hi, I’ve read all the posts on similar issues but can’t see the solution.
We have agents that have worked in 6.0.5 but after our upgrade to 8.5.2., when processing mail from people to log as events in Client and Personnel DBs, it is asking to save the mail item. Before the move to 8.5.2 it would succesfully process a memo/message item and flag it and close it, without asking to save etc…
Does anyone know why this no longer works???
I’ve included a snippet of code to show the bare bones of the flagging and closing.
uidoc.EditMode = True
Set doc = uidoc.Document
Call doc.ReplaceItemValue(“procced”, “E”)
Call doc.Save(False, False)
Call RemoveItems
Call doc.Save(False, False)
Call doc.ReplaceItemValue(“SaveOptions”, “0”)
Call uidoc.Close(True)
Even though the SaveOptions is set to “0” we are still getting the following pop-up.
IBM Lotus Notes
Do you want to save your changes?
Yes No Cancel
Sorry could not paste the actual pop-up window in here for some reason.
Hope someone can help.