noNewFields
Boolean. Optional. Specify True to not add fields that are on the dialog box form but not on the underlying form to the underlying document. Otherwise, all dialog box fields are passed to the underlying document.
noFieldUpdate
Boolean. Optional. Specify True if to not pass any edits from the dialog box to the underlying document (for example, if you're passing the edits somewhere else in a Queryclose script for the dialog box form). Otherwise, the edits are passed to the underlying form.
Sub Click(Source As Button)
Dim docST As NotesDocument
Dim uidocST As NotesUIDocument
Dim workspaceST As New NotesUIWorkspace
Set uidocST = workspaceST.CurrentDocument
Set docST = uidocST.Document
Call workspaceST.DialogBox ("Form_Modal1",True,True,True,,False,,"тарарарарарам!", docST,True)
End Sub
flag = ws.DialogBox("(Access)",True,True,True,True,False,False,"Доступ к документу",doc,True,True)
@Command([RefreshParentNote]);
@Command([FileCloseWindow]);
@Command([RefreshFrame])
FIELD SaveOptions:="0";
@Command([FileCloseWindow])
Взломай свой первый сервер и прокачай скилл — Начни игру на HackerLab