How to refresh an outline in page after adding a folder in LotusScript?

Is there just no way to do this? I added a folder in LotuScript and just want to refresh the outline on the left hand panel to show the new folder. The only way I can get this to work is to close the db and go back in. I tried the reload two page trick but it does not work.

http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/02c5d07ac4e82a2385256dfd00689c2a?OpenDocument

There must be a way to do this. If I create a folder manually Notes refreshes the folder list in the outline page. So, if somehow the hook is exposed then we’re there…

Any idea?

Subject: How to refresh an outline in page after adding a folder in LotusScript?

You didn’t say if you’re doing this in the Notes client or a web browser. In the Notes client there is @Command([RefreshFrame]).

Subject: RE: How to refresh an outline in page after adding a folder in LotusScript?

Sorry, I meant in Notes client.