以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  如何判断row 是否已经修改数据了  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=106649)

--  作者:李小胖
--  发布时间:2017/9/13 11:17:00
--  如何判断row 是否已经修改数据了
有这个命令没有

--  作者:有点甜
--  发布时间:2017/9/13 11:26:00
--  

If Tables("表A").rows(0).DataRow.RowState = DataRowState.Modified Then
    msgbox("修改了")
End If

 

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