01: Public Function NCStartProcessResponse(message As NotesDocument, applicationMessage As NotesDocument) As Integer
02: 'Обработка нескольких BD
03: '==============================================
04: Dim dbIndex As Integer
05: Dim database As NotesDatabase
06: '==============================================
07:
08: On Error Goto
(
Read more... )