LS - document navigation in UIView problem (Please help)

Hello, please help me I am desperate. I have view “Main” opened in frame “content”. Documents are opened in preview pane. (frame “notespreview”).

I need to have document action with Lotus script which:

  1. saves the current document opened in preview pane

  2. and open next document (displayed in view “Main” in frame “content”).

I tried a lot but nothing worked. I am even not able to set uiview. Set uiview = workspace.CurrentView.

Thank you, jm

Subject: LS - editing document in preview

You might be able to use the onselect event to get to the document, then put it in edit mode and save. You might have to use the backend classes, such as viewentrycollection to move to the next entry in the view.