Refresh regular view and embedded view

4.8k Views Asked by At

I have a view from which I can open documents and change its status. After I change status document is being closed but view doesn't refresh until I press F5. Same thing happens when I create a response document from an document with embedded view. Embedded view should show all repsonce documents and its status. Thank you for your help.

1

There are 1 best solutions below

4
On BEST ANSWER

After changing document call

Dim workspace As New NotesUIWorkspace
Call workspace.ViewRefresh

in your Lotus Script code or

@Command( [ViewRefreshFields] ) 

in your formula.