В логах появилось сообщение error message: Invalid note id
Dim s As New NotesSession
Dim agent As NotesAgent
Set agent = s.CurrentAgent
Dim MesId As String
MesId= agent.ParameterDocID
Dim db As NotesDatabase
Set db = s.CurrentDatabase
Dim doc As NotesDocument
Set doc = db.GetDocumentByID(MesId)
Подскажите, пожалуйста, от чего ошибка
запускается после сохранения документа, но теперь еще запускается и в ночное время
Dim s As New NotesSession
Dim agent As NotesAgent
Set agent = s.CurrentAgent
Dim MesId As String
MesId= agent.ParameterDocID
Dim db As NotesDatabase
Set db = s.CurrentDatabase
Dim doc As NotesDocument
Set doc = db.GetDocumentByID(MesId)
Подскажите, пожалуйста, от чего ошибка
запускается после сохранения документа, но теперь еще запускается и в ночное время
Последнее редактирование: