Hi, I have a form which needs to be refreshed on web after every 5 mins if is open on a browser, how can this be done??
Basically, this form has an embedded view which needs to be refreshed for new documents
Instead of refreshing the entire form can only the embedded view be refreshed after a time interval on web?
Please suggest…
Subject: Javascript
You have to write some javascript for that.You could simply reload the current URL every 5 minutes. But if you want it really nice, this is how I would do it:
Instead of using an embedded view, create a Lotusscript agent that will generate the HTML for the embedded view. This way you can also make it look myck nicer that the default embedded view.
On the form you put a div where you want the embedded view to show up. Add some jQuery to call the agent and load the returned HTML into that dive, first on load and then every 5 minutes.
This way you will also not disrupt the user if he/she is editing the form.
I blogged about something similar last year:
http://blog.texasswede.com/show-and-tell-dynamic-web-calendar/
Subject: myck ?
Just guessing, but is “myck” Swedish for “much”? 
Subject: Good guess 
You are pretty close, “mycket” means “much” in Swedish. I guess I combined both words together somehow. 