QUESTION POSED ON: 15 October 2004
I am trying to refresh all @DBLookup/computed values within a document using a scheduled agent.
Manually, this does the job: @Command([ToolsRefreshAllDocs])
I have tried using the LotusScript below, too, but this doesn't seem to work either:
If doc.computewithform
(True, False) Then
Call doc.save(True, False)
Do you have any suggestions?
|