Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kennethl

    View and Agent trouble

    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...
  2. kennethl

    View and Agent trouble

    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...
  3. kennethl

    Deleting a document in a While loop.

    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...
  4. kennethl

    Web Save Problem - Please help as I am totally stuck

    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...

Part and Inventory Search

Back
Top