ToolsRefreshAllDocs

I have a form with two updated fields. I want to refresh all the records in a view. So I setup an agent: @Command([ToolsRefreshAllDocs]);

When I try to run this agent the prompt appears for only a few seconds (I have 2,000 docs to refresh so it should be up for much longer). It disappears abruptly and does not update any records. I am not getting any errors, not sure what my options are. I have not seen anything similiar in the forums.

For runtime I have: Action Menu Selection

For target: None

Bottom Right: Modify Documents

I was going to try to accomplish the same thing with LotusScript so that I can at least debug the problem…

Any suggestions are appreciated…

Subject: ToolsRefreshAllDocs

So it looks like I have legacy data which is not working in a newly designed form.

I can track now that the agent stops at certain records in the DB. When I delete them it works fine.

I opened up one of these problem records and got this propmt: "You have attempted to load or place a layout region into a table. Layouts are not allowed within tables. "

Not sure how to resolve this message, how can I correct a form if I cannot open the form up to see what the problem is?

Subject: ToolsRefreshAllDocs

Found a post dealing with my exact problem, except that the solution will not work for me.

http://www-10.lotus.com/ldd/nd6forum.nsf/ShowMyTopicsAllFlatweb/13e4066847ae4207852571fb006e29cb?OpenDocument

I think I will need to create an action in the view which only refreshes selected documents so I can avoid the one with the layout region error. I am not sure how to resolve the layout table region bug because I cannot move my fields outside of the table.