以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 我的代码哪里错求解 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=46623) |
|
-- 作者:xiaofengfeng -- 发布时间:2014/2/26 14:37:00 -- 我的代码哪里错求解 Dim cj As WinForm.ComboBox = e.Form.Controls("供货厂家") Dim wlmc As WinForm.ComboBox = e.Form.Controls("物料名称") Tables("物料信息表").Filter="供货厂家=\'"& cj.text &"\'and 物料名称=\'"&wlmc.text&"\'" |
|
-- 作者:Bin -- 发布时间:2014/2/26 14:38:00 --
|
|
-- 作者:狐狸爸爸 -- 发布时间:2014/2/26 14:39:00 -- 既然错了? 脱误提示是什么? 另and前后应该有空格。 Dim cj As WinForm.ComboBox = e.Form.Controls("供货厂家") Dim wlmc As WinForm.ComboBox = e.Form.Controls("物料名称") Tables("物料信息表").Filter="供货厂家 = \'" & cj.text & "\' and 物料名称 = \'" & wlmc.text & "\'" [此贴子已经被作者于2014-2-26 14:39:46编辑过]
|
|
-- 作者:653006728 -- 发布时间:2014/2/26 14:42:00 -- 把错误提示贴出来 问题能更快更准确的解决哟 [此贴子已经被作者于2014-2-26 14:41:53编辑过]
|