Refreshing page on web

I want to refresh my web page as soon as i save a document because based on this i have to hide an action button. But in my case, i have to manually refresh the frameset. How can i refresh my page automatically after saving a document?

Thanks.

Subject: Refreshing page on web

You could put a formula like the following in a $$Return field (computed for display and hidden), if you want the document to be editable, change the last bit to EditDocument.

“[/” + @Subset(@DbName;-1) + “/0/” + @Text(@DocumentUniqueID) + “?OpenDocument]”

Hope this helps,

Richard

Subject: Refreshing page on web

Did you try…

@Command( [ViewRefreshFields] )

Usage

This @command works on the Web if “Use applet in the browser” is in effect for the implementing view or folder

Subject: Refreshing page on web

Just show the same document again. You can use $$Return field where you place your url.