Mike Posted April 4, 2018 Posted April 4, 2018 Hi, Would it be possible to lock a form in a user session so it can't be used in a different session (another user)? Quote
Sherzod Posted April 4, 2018 Posted April 4, 2018 Hi, Hi, Would it be possible to lock a form in a user session so it can't be used in a different session (another user)? Sorry, can you clarify your question? Quote
Mike Posted April 4, 2018 Author Posted April 4, 2018 I want to prevent that an user can open a certain form when it is already opened by another user. Quote
Sherzod Posted April 4, 2018 Posted April 4, 2018 I want to prevent that an user can open a certain form when it is already opened by another user. Hmm, I'm sorry, but I do not understand your request Quote
Wilton Ergon Posted April 5, 2018 Posted April 5, 2018 create a variable in the servermodule, and edit when the form is opened, variables created in that form are visible in all sections Quote
Administrators Farshad Mohajeri Posted April 5, 2018 Administrators Posted April 5, 2018 I want to prevent that an user can open a certain form when it is already opened by another user. You need to resolve this at database level. Put a mark in a table and remove it later when form is closed. You may also need to lock the record. Quote
Mike Posted April 5, 2018 Author Posted April 5, 2018 Thanks for the suggestions. I think indeed resolving at database level is the right track. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.