Date:  08/28/2002 03:35:32 PM Msg ID:  000847
From:  mike hood Thread:  000847
Subject:  record lock
i have been getting error 109 more and more often.  error 109 'record is in use by another user'.  the error occurs in diffrent parts of diffrent scripts at diffrent times.  but primarly occurs in the updating of the timedate stamp on a record at the top of the scripts.
 
1- is this from the user clicking the form button twice?
i was thinking it could be possible the record in in use on one channel then tries to use it again on another channel.
 
2- is this from the server not getting a responce from the database?
i was thinking it could be the foxweb app is tring to update the record then times out and returns error 109 as the reason.
 
3- should i start using more rlock and unlock in my app?
 
 
 
--=mikehood