View Troubles

I looked but could not find the answer…

I have a view that is sorted/categorized by a multi-value field. When the user opens a document to modify it, and save it… the document shows up twice under the sorted category when the user is returned to the view.

Shift F9 - corrects the view, but I would like the view to automatically be refreshed when they return from editing the document.

Part of the problem may be related to a column in the view. It shows the ‘Last Editor’ of the document. Since the ‘Last Editor’ changes when the person saves the document, It looks as though Notes sees it as a multiple document. Shift-F9 resolves this (removing the older one from the view) but I need this to be automatic when the user returns from editing the document…

I tried a variety of things - any suggestions?

Thanks

Subject: View Troubles

If you use Lous Script you may end the code with

Call notesUIWorkspace.ViewRefresh

Subject: RE: View Troubles

Where do I do this? Which event?

Call notesUIWorkspace.ViewRefresh

Subject: Put it in the QueryClose event of the Form.

Subject: RE: Put it in the QueryClose event of the Form.

This does not work…

Shift F9 - but not the following in the QueryClose event:

Dim ws As New NotesUIWorkspace

Call ws.ViewRefresh

Subject: View Troubles

Did you try this?