Hi,
is there a possibility to have access in a form of an embedded view ?
Following code generates an error:
(“Object variable not set”)
Dim workspace As New NotesUIWorkspace
Dim uiview As NotesUIView
Set uiview = workspace.CurrentView
Messagebox uiview.ViewName
Thanks and regards,
Bernd