' refresh parent EMBEDDED VIEW by opening parent and refreshing. The False is used to get handle on current parent window if open, otherwise open new window
If Source.EditMode = True And Source.IsNewDoc = False Then
Dim session As New NotesSession
Dim ws As New NotesUIWorkspace
Dim db As NotesDatabase
Dim doc As NotesDocument
Dim uiDoc As NotesUIDocument
Set db = session.CurrentDatabase
Set doc = db.GetDocumentByUNID(Source.Document.ParentDocumentUNID) ' get invalid unique id error
Set currentDoc = Source.Document
Set uiDoc = ws.EditDocument(True, doc, False, "", False, False) 'The False is used to get handle on current parent window if open, otherwise open new window
Call uiDoc.Refresh
End If
ASKER
Lotus Software produced the Lotus 1-2-3 spreadsheet program, and later developed Lotus Notes, a groupware and email system. Following its acquisition by IBM, the Notes and Domino client/server collaborative platform were expanded to include functions such as email, calendars, to-do lists, contacts management, teamrooms, discussion forums, file sharing, microblogging, instant messaging, blogs, and user directories. IBM also release SmartSuite, a comprehensive office suite, and followed that with Symphony, unrelated to the Lotus suite of the same name.
TRUSTED BY
ASKER