I have some client-side Lotusscript that, when given a UNID of a document, updates some items in that document. Is there any way to determine if that document is currently being edited? I’d like to know that before I do the updates.
Erik
I have some client-side Lotusscript that, when given a UNID of a document, updates some items in that document. Is there any way to determine if that document is currently being edited? I’d like to know that before I do the updates.
Erik
Subject: Look into the document locking feature of R6
There are some tests you can then do to see if the document is locked and postpone the update until later.
Subject: RE: Look into the document locking feature of R6
I know a redesign to include locking would help a lot. Just looking to see if there’s anything I can do now - I don’t think there is…
Thanks.
Erik