logo

New Response

« Return to the blog entry

You are replying to:

  1. I found a small problem in your agent code in lines 26 and 28.

    If the GetDocumentByUNID method fails to find a document, it raises an error lsERR_NOTES_BAD_UNID (4091). So checking 'If Not doc Is Nothing Then' is actually never reached. You should use "On Error 4091 Resume Next".

    Deletion stubs can also cause problems. Fabrice Proudhon wrote more about it at {Link} .

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: