HiIs there any easy way to select all docs in a view and then resave them. I want to refresh the values in the docs.
I try to use @Command([FileSave]);@All in a Agent ore @Command([ToolsRefreshSelectedDocs]);@All in a Agent but nothing works.
Kind regards
Fredrik
Subject: Save all docs?
Select Target as “None” in the agent properties and select all the documents in the view and triggent the agent.It will work.If you want to do this back ground , go for Lotus Script.Doc.Computewithform() will refresh the document.
Hope these will help.
Subject: RE: Save all docs?
Thanx, it´s work great now.