以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 取消动态加载的表 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=7985) |
-- 作者:cxabc123 -- 发布时间:2010/8/26 17:46:00 -- 取消动态加载的表
For Each dr As DataRow In DataTables("数据加载").DataRows |
-- 作者:czy -- 发布时间:2010/8/26 20:05:00 -- For Each dr As DataRow In DataTables("数据加载").DataRows If DataTables.Contains(dr("表名")) DataTables.Delete(dr("表名")) End If Next |
-- 作者:cxabc123 -- 发布时间:2010/8/27 7:58:00 -- 谢谢指点,我试试 |
-- 作者:cxabc123 -- 发布时间:2010/8/27 8:02:00 -- 谢谢,很好用的。 |