以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.net/bbs/index.asp)
--  专家坐堂  (http://foxtable.net/bbs/list.asp?boardid=2)
----  [求助]数据表清空后,解锁行出错  (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=64704)

--  作者:wangyinming
--  发布时间:2015/2/27 14:47:00
--  [求助]数据表清空后,解锁行出错

数据表中数据清空后,

解锁行或锁定行出错

 

Tables("data").Current.Locked = True

 

怎么解决


--  作者:Bin
--  发布时间:2015/2/27 14:50:00
--  
if Tables("data").Current isnot nothing then
Tables("data").Current.Locked = True
end if