F
fedotxxl
Вот такой код
В последней строке однажды произошла ошибка Type Mismatch. Как такое может быть? Я понимаю, если object variable not set....
Код:
Public docReq As NotesDocument
.....
Set agent = awfec.db.GetAgent(AgentName)
Call awfec.docReq.Save(True, True)
Call agent.RunOnServer(awfec.docReq.NoteID)
Dim ViewUNID As NotesView
Set ViewUNID = awfec.db.GetView("(AWF_CustomID)")
Set awfec.docReq = ViewUNID.GetDocumentByKey(awfec.docReq.AWF_CustomID(0))