Embedded view

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

Subject: Embedded view

Not really. Alas, it’s a pain in Notes to get a handle form one UI-object to another.If you want to write a scrip to act on the embedded view, you better launch it from an action button on that view, or in an event of that view.