Querymodechange can I use reload in this event?

I get an error that the document command is not available.

Please help

Kim

Subject: You can only use this method if the document is already in Edit Mode.

Why do you think you need it?

Subject: RE: You can only use this method if the document is already in Edit Mode.

When a doclink goes out in an email, several people open it. One person gets it in editmode. That person makes changes to it and saves it.Now lets say that one of the other people who had it in read mode switch it to edit mode, they make changes to it and close it.The second person who just put it into edit mode without closing the document now has an old copy without the first users changes to it. Now we have a conflict document no matter which option I choose for handling conflicts. That is why before a change into editmode I want to have a refresh or reload.

Thanks

Kim

Subject: RE: You can only use this method if the document is already in Edit Mode.

I got the exact same question.I succeeded in solving part of this issue with some formula code in an edit button.

@Command( [CloseWindow] ) ;

@Command([EditDocument])

I close before editing the doc. So it is refreshed.

But if the user double click on the doc instead of clicking on the edit button it does not work.

The first who find the solution tell the other…