以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- and 错误 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=72687) |
-- 作者:woshiabc -- 发布时间:2015/8/4 16:52:00 -- and 错误 筛选条件,为什么总是出现and操作符错误,代码如下 Dim bm As String =e.Form.Controls("ComboBox1").Value
With e.Form.Controls("ComboBox1") With e.Form.Controls("ComboBox2") 此主题相关图片如下:q%%kvz%5i3_158m8cdh%v2r.png |
-- 作者:有点蓝 -- 发布时间:2015/8/4 17:10:00 -- 输出filter看看内容是什么 http://www.foxtable.com/help/index.html?n=1485.htm
|
-- 作者:woshiabc -- 发布时间:2015/8/4 17:24:00 -- 第一个filter——messagebox.show
[此贴子已经被作者于2015/8/4 17:31:11编辑过]
|
-- 作者:狐表开发 -- 发布时间:2015/8/4 17:31:00 -- If Tables("行政主管日常工作1").filter > "" Then Tables("行政主管日常工作1").filter = "做的好的人 = \'" & .Value & "\'" end if |
-- 作者:大红袍 -- 发布时间:2015/8/4 18:49:00 -- 代码不要这样写,参考
Dim filter As String = "" With e.Form.Controls("DateTimePicker1") With e.Form.Controls("ComboBox1") With e.Form.Controls("ComboBox2") Tables("行政主管日常工作1").filter = filter
|