以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  哪个高手帮忙看下  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=58262)

--  作者:sdscen
--  发布时间:2014/10/14 17:22:00
--  哪个高手帮忙看下
Dim nr As WinForm.TextBox = e.Form.Controls("查询内容")
Dim xzl As WinForm.ComboBox = e.Form.Controls("选择列")
Dim C As String =nr.Value
Dim f As Table = Tables("主窗口_子窗体")
Dim shcx As WinForm.ComboBox = e.Form.Controls("审核查询")


    If shcx.Value ="未审核" Then
        f.Filter ="审核状态 = false And xzl.Value Like \'*" & c & "*\')"
    end if

高手帮我看看以上的代码 xzl.value 显示不存在,怎么回事

--  作者:有点甜
--  发布时间:2014/10/14 17:28:00
--  
If shcx.Value ="未审核" Then
    f.Filter = "审核状态 = false And " & xzl.Value & " Like \'*" & c & "*\'"
End If
[此贴子已经被作者于2014-10-14 17:27:50编辑过]