daneharnett
Programmer
Hi everyone,
ive found that the builtin locking mechanisms are enough for what i want to do.
I can explain why but can we just accept that i dont want to use them.
Id like to implement my own:
Ive thought to add a "IsLocked" field to the table that i want to use locking with, then wen the record is loaded the form checks with the "IsLocked" is true if it is then all the controls are locked down.. if not then it is set to true and the controls are opened...
Any ideas on how i can implement this?
thanks
Dane
ive found that the builtin locking mechanisms are enough for what i want to do.
I can explain why but can we just accept that i dont want to use them.
Id like to implement my own:
Ive thought to add a "IsLocked" field to the table that i want to use locking with, then wen the record is loaded the form checks with the "IsLocked" is true if it is then all the controls are locked down.. if not then it is set to true and the controls are opened...
Any ideas on how i can implement this?
thanks
Dane