This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
This is not COM, it's OLE ~Umberto Nongeroson 25.Apr.03 03:05 PM a Web browser Notes Client All ReleasesAll Platforms
Set ws = CreateObject("Notes.NotesUIWorkspace")
is OLE automation and supports UI-classes
Set ws = CreateObject("Lotus.NotesUIWorkspace")
is COM and does NOT support UI-classes
It seems that the Notes client cannot bring up UI actions when it's minimized.
Perhaps you should first maximize the Notes client again within VB (Appactivate)