Hello,
I want to show a popup when a user opens a document which is already open by another user. The document is always in READ mode ( nobody can edit it ).
Thank’s
Hello,
I want to show a popup when a user opens a document which is already open by another user. The document is always in READ mode ( nobody can edit it ).
Thank’s
Subject: Lock document open in READ MODE
Both people are in read mode?
What you could do is in the query open / post open is check / create a “flag” document which you store the docID and the usersname.
If a flag document already exist you have a dialog box appear stating someone else (could be multiple) also has that document open.
As each person closes the document in the query close you delete the flag document by person.
Of course this only works if the database is located and being accessed on the same server.
Subject: RE: Lock document open in READ MODE
Thank you very much Sthephen!!!
Great idea!!
It works perfect!!!
Ciao