TrooDos, thanks a million. Your suggestion worked :-)
I wanted to recompute any computed values within the forms in the view so the code below worked perfectly for me:
Do Until doc Is Nothing
Call doc.ComputeWithForm(true, false)
' save the doc
Call doc.Save( True...
Hi,
I have a view and I want to save each of the documents in the view in order to update the fields using an agent and the following code:
Sub Initialize
' instantiate the notessession object
Dim s As New NotesSession
' declare object variables
Dim db As NotesDatabase
Dim v As...
Hi,
I am writing an agent to archive old documents in a database. Everything is working fine until I try to delete the document that has been processed. I know its to do with where I have the line of code "Call doc.Remove( True )" placed because the agent is working as it should (without...
I work for a Localization Company. We have a Vendor database which contains record for each of our 174 Vendors. Previously, it was the job of the Vendor Manager to fill out this form - be it over the phone or copying the details from an email or word document. The Vendor form is quite large and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.