Patrick Mens 3.Nov.09 08:58 AM a Web browser Applications Development7.0.1Windows XP
Hi
I am having a very irritating problem with saving a Notes document. I have an action button in a view that updates a few fields on selected documents.
I update fields on the document like this:
doc.Field = "data"
At the end of the script I do a Call doc.Save(True, True)
At this point I receive the message "Notes error: Note item not found"
I have looked in the debugger and the doc exists at the point the save action is performed.