Hi!
I have an interesting problem. I have created a form with unbound controls. In these controls I load data from a table. The thing is that I want to lock the record in the table for two minutes. So the user has two minutes to change the data, before they need to update it again.
I want to better control when data is updated and to hinder the user from accidentally change the record.
But the system is a multi-user system and therefore I have to lock the record a short time.
So how do I lock a record in a table from VB? And then unlock it?
I have some other ideas if this doesn’t work, but this way is the best way.
Larsson
I have an interesting problem. I have created a form with unbound controls. In these controls I load data from a table. The thing is that I want to lock the record in the table for two minutes. So the user has two minutes to change the data, before they need to update it again.
I want to better control when data is updated and to hinder the user from accidentally change the record.
But the system is a multi-user system and therefore I have to lock the record a short time.
So how do I lock a record in a table from VB? And then unlock it?
I have some other ideas if this doesn’t work, but this way is the best way.
Larsson