Page 1 of 1
Lock record when editing
Posted: Fri Jun 20, 2014 11:38 am
by ruiascensao
Hi,
How can I lock a record when is being edited?
Thank you.
Re: Lock record when editing
Posted: Tue Jun 24, 2014 2:58 am
by admin
Rui,
It depends on why you need to.
Are you..
-Updating other tables On Save?
-Stopping another user editing the same record that you are?
and
--Updating the record at all?
--Editing the exact fields that you are?
Steven
Re: Lock record when editing
Posted: Thu Jul 03, 2014 9:52 am
by ruiascensao
Hi Steve,
I need ..." -Stopping another user editing the same record that you are?"
Thank you!
Re: Lock record when editing
Posted: Tue Jul 08, 2014 12:49 am
by admin
Rui,
Either you do this
http://wiki.nubuilder.net/index.php/Forms#Save_Button that will give a warning if something has been edited since you opened the record.
Or you refer to flag you create in the table that won't allow editing when its set to locked eg. hide the Save Button.
Steven
Re: Lock record when editing
Posted: Wed Apr 08, 2015 2:56 pm
by axton
-Stopping another user editing the same record that you are?
Re: Lock record when editing
Posted: Fri Apr 24, 2015 1:58 am
by admin
Nawaz,
What should happen if the person editing walks away from their desk and goes home? (noone can edit it)
Steven