I am running an application on a network of two machines.
I frequently get error 109 "Record in use by another", on one of the machines. This error occurrs even if the main program is only running on one machine. I am using auto locking. Is it possible that records are not being released for some reason, so when an attempt is made to edit the same record again, it is still locked from the previous edit. I have tried UNLOCK ALL in my error handler but the error still remains.
Can anyone suggest possible causes?
I frequently get error 109 "Record in use by another", on one of the machines. This error occurrs even if the main program is only running on one machine. I am using auto locking. Is it possible that records are not being released for some reason, so when an attempt is made to edit the same record again, it is still locked from the previous edit. I have tried UNLOCK ALL in my error handler but the error still remains.
Can anyone suggest possible causes?