Using LotusScript to create and open a View
LotusScript,
OpenView,
CreateView
I am having a problem creating a View using LotusScript (CreateView method) and then opening it (OpenView). I can successfully create the view, I can see it, I can get it to perform like an object, but when I want to open it in a frame (immediately after creating) via NotesUIDatabase.OpenView, the system sends me a message "View or navigator doesnt exist." I also cannot point to this View from my workspace. Can you offer me any advice?