G
Guest
Кто-то может, помочь, почему ComputeWithForm, выдает ошибку?
Код:
Dim cDoc As NotesDocument
Dim uidoc As NotesUIDocument
Dim ws As New NotesUIWorkspace
Set uidoc = ws.CurrentDocument
Set cDoc = uidoc.Document
If сDoc.ComputeWithForm(False, False) Then
Call cDoc.Save( True, True )
End If