以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- [求助] 指定行代码哪里错了 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=116016) |
-- 作者:天一生水 -- 发布时间:2018/3/18 21:01:00 -- [求助] 指定行代码哪里错了 [编号]列为“下拉窗口”值的行,应该怎样写? 谢谢! Dim r As DataRow ...... End if |
-- 作者:有点甜 -- 发布时间:2018/3/18 22:14:00 -- r = DataTables("文件").Find("[编号] = \'" & e.Form.DropDownBox.Text & "\'") |