Record Locks property
My form has its recordLocks property set to no.
I would however like to lock any single record if certain criteria exists. Problem is that the has too many fields to make something like me.SomeControl.Locked = true a good choice. Is there some other, better way to get at the record & lock it all in one fell swoop then?
My form has its recordLocks property set to no.
I would however like to lock any single record if certain criteria exists. Problem is that the has too many fields to make something like me.SomeControl.Locked = true a good choice. Is there some other, better way to get at the record & lock it all in one fell swoop then?