Оригинал Вы найдете ]]>http://forum.codeby.net/go.php?http://www.dominopower.com/issuesprint/issue199908/design.html]]>
В виде создаем кнопу которая заменяет одно из его служебных полей $FormulaClass
Dim w As NotesUIWorkspace
Dim uiview As NotesUIView
Dim view As NotesView
Dim unid As String
Dim s As NotesSession
Dim db As NotesDatabase
Dim note As NotesDocument
Set w = New NotesUIWorkspace
Set uiview = w.CurrentView
Set view = uiview.View
Let unid = view.UniversalID
Set s = New NotesSession
Set db = s.CurrentDatabase
Set note = db.GetDocumentByUNID (unid)
Call note.ReplaceItemValue ("$FormulaClass", "2")
Call note.Save (True, True)Форум Invision Power Board (http://nulled.ws)
© Invision Power Services (http://nulled.ws)