以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- [求助]程序报错 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=38446) |
-- 作者:dd6b -- 发布时间:2013/7/29 18:27:00 -- [求助]程序报错 For Each sj As DataRow In DataTables("工资表").DataRows Dim dr As DataRow 提示 :应为逗号、“)”或有效的表达式继续符。 错误代码:dr = DataTables("工资总表").find(" [工资月份] = sj("工资月份") ") |
-- 作者:狐狸爸爸 -- 发布时间:2013/7/29 18:36:00 -- For Each sj As DataRow In DataTables("工资表").DataRows
好好看看: http://www.foxtable.com/help/topics/1284.htm
|