以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  datarow调用row的属性  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=79558)

--  作者:文道古月
--  发布时间:2016/1/4 22:58:00
--  datarow调用row的属性

e参数,datarow只能锁定行,怎么返回checked属性?

 

           If e.NewValue IsNot Nothing Then
                e.DataRow.Checked = True
            Else
                e.DataRow.checked = False

           endif


--  作者:大红袍
--  发布时间:2016/1/4 23:03:00
--  

只有Table、Row有Checked属性。

 

你可以findRow,查找datarow在Table里对应的行 http://www.foxtable.com/help/topics/0553.htm