Has anyone figured out how to use @Doclock to prevent replication conflicts? I have a situation where users leave forms open for hours before pressing an action button to change the approval status. If the document is modified by someone else in this time period I get conflicts because some of the fields are computed based on the approval status of other reviewers. What I want is for all users to be able to open the form without any “document is locked by…” message - unless they try to edit in which case they would get the locked message. I tried using a forula in the form QueryModeChange event of the form, but this didn’t work.