如果是在窗口的控件中录入:
在Enter事件中
e.Cancel = CurrentTable.Current.Locked
如果是在代码中:
If CurrentTable.Current.Locked = False Then '才执行有关代码
End If