以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  如何找到table中新增行在datatable中的行号?  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=113984)

--  作者:guosheng
--  发布时间:2018/1/26 9:28:00
--  如何找到table中新增行在datatable中的行号?
只实现追载表的新增行:

For Each dr As DataRow In DataTables("公司基本信息表").DataRows
    If dr.RowState = DataRowState.Added Then
        DataTables("公司基本信息表").datarows(****).load
    End If
Next


--  作者:有点甜
--  发布时间:2018/1/26 9:30:00
--  

参考

 

http://www.foxtable.com/webhelp/scr/2276.htm