u8物料编码批号启用禁用
select bInvBatch,* from inventory
where cInvCode='物料编码'
update inventory set bInvBatch='1'
where cInvCode='物料编码''
--bInvBatch='1'启用
--bInvBatch='0'禁用
select bInvBatch,* from inventory
where cInvCode='物料编码'
update inventory set bInvBatch='1'
where cInvCode='物料编码''
--bInvBatch='1'启用
--bInvBatch='0'禁用
打开表格后,按快捷键ctr+f10切换即可
在注册表HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{6BDD1FC6-810F-11D0-BEC7-08002BE2092F} 中添加(字符串值)UpperFilters将值改为ksthunk,重启电脑