I have a database with a couple of forms and the database is enabled for document locking which in turn means that all documents has document locking enabled. Does anyone know of a way to exclude certain forms from document locking?
I’m think some kind of special, undocumented, field… 
Thanks.
/Mikkel Heisterberg
Visit my blog @ http://lekkimworld.com
for posts on Notes/Domino, Sametime 7.5 development and how to use Java in Notes/Domino…
Subject: Possible to exclude certain form from document locking?
Mikkel,
Nope, doesn’t work that way.
sorry,
raphael
Subject: RE: Possible to exclude certain form from document locking?
I have a question about the same locking but not as in the above context.Without document locking enabled in the database property, there is a possibility of getting message that “doc has been locked by user” when a user2 opens the same document as user1 does.
I am able to create a dummy document and opened it for user2 when user2 access the same from “a view”. But the same seems not possible thru the doclink, which user receives in the workflow approvals. Looks like, able to create the dummy document but unable to open. Gets an error message though I am trying to open the dummy document from a script library.
Is there a way to resolve this problem and open dummy document from QueryOpen when accessing it from doclink. It should open this dummy document instead of actual. If it passes QueryOpen, I am getting the message that “doc has been locked by a user”.
Any thoughts on such issue?