这个似乎没有办法,输入的时候,统一大小写吧。
在ValidateEdit事件中设置代码:
if e.col.name = "xxx" then
e.text = e.text.Tolower
end if