H
Sub Postopen(Source As Notesuidocument)
Set timerUpdate = New NotesTimer(60 , "timer to auto update")
timerUpdate.Enabled = True
On Event Alarm From timerUpdate Call Reload
End Sub
Sub Reload (Source As NotesTimer)
Dim ws As New NotesUIWorkspace
Call ws.ReloadWindow()
End Sub
Взломай свой первый сервер и прокачай скилл — Начни игру на HackerLab