以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- [求助]如何按条件取消锁定行? (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=11845) |
-- 作者:yanzhen2010 -- 发布时间:2011/8/14 9:33:00 -- [求助]如何按条件取消锁定行? 如何按条件取消锁定行? 如:取消锁定“姓名”=“***”的行
|
-- 作者:狐狸爸爸 -- 发布时间:2011/8/14 9:34:00 -- for each dr as datarow in datatables("XX").Select("条件") dr.Locked = True next |