Hi,
I have a requirement like, there is a group who can read the docuemnts only. If one user opens the document and nalyzing it, have to show locking symbol in view or if another user opens the same docuemnt for reading have to popup some message “someone working on document”. I can achieve this by writing some code at form level and enabling the form property “Automatically Enable Edit Mode”.
But we already used this code in some other application and the app is facing some issues. We dont want to use that code.
If anybody knows how to lock the document in above scenario, please advise me the way of doing it.
Thanks in Advance.