How to refresh folder tree

Hi,

I wrote an action which creates a new folder with specific criteria based on a field in the mail as the foldername. But when a user clicks the button a new folder is created but you cannot see it in the left pane until one logs out and logs back in.

If I create a folder manually by Create->Folder… the left pane is refreshed and I can see the new folder.

How can I refresh this left pane with all the views and folders after I create a new folder with lotus script??

Ive tried:

    Call inprogview.Refresh

Dim workspace As New NotesUIWorkspace

Call workspace.ViewRebuild

Call workspace.ViewRefresh

Call workspace.ReloadWindow( )

none of the above worked.

Thanks

Subject: Same Problem, any (new) ideas 6.0.2?

Hi,a second (closed) database, create a folder documentcollection.putinfolder(“folder”) in it and an outlineentry.setaction to open works (slowly).

Cannot need this, so i´m looking for other possibilities like designerfolderview.refresh :slight_smile:

Greets