以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  专家坐堂  (http://www.foxtable.com/bbs/list.asp?boardid=2)
----  [求助]不能给新增行设置值  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=49273)

--  作者:cdzjs
--  发布时间:2014/4/15 12:57:00
--  [求助]不能给新增行设置值

Tables("CW_DeptPlan").AddNew()
Tables("CW_DeptPlan").Current("DeptID")="101"

 

求解


--  作者:Bin
--  发布时间:2014/4/15 14:08:00
--  
dim r as row =Tables("CW_DeptPlan").AddNew()
r("DeptID")="101"