以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 为何下面代码错误? (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=38504) |
-- 作者:lsy -- 发布时间:2013/7/30 19:36:00 -- For Each ar As DataRow In DataTables("表A").DataRows Dim dr As DataRow dr = DataTables("表B").Find("第一列 = \'" & ar("第一列") & "\'") Output.Show("日期:" & dr("第二列")) Next |
-- 作者:lsy -- 发布时间:2013/7/30 20:17:00 -- 中国。 |