编写datacolchanged事件
if e.datacol.name = "产品系列" then
if e.datarow.isnull("产品系列") = false then
e.datarow("简称") = GetPy(e.newValue.substring(0,1), true)
end if