Shift + F9/View rebuild in Lotusscript

Hi All,

May I know how do I write in script to makesure the view is rebuild programmatically, without pressing on the hotkey Shift+F9?

Thanks in advance.

Subject: Open up Domino Designer Help and search for refresh method

It explains the method and includes examples.

For @functions lookup @Command( [ToolsRefreshAllDocs] )

Subject: Embedded view

The problem is, I’m using embedded view. Is there any way to solve this problem?

Subject: refrsh view

after adding document in the embeded view, just call view.refresh and call uidoc.refresh it will solve your problem.thanks

soma