以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  专家坐堂  (http://www.foxtable.com/bbs/list.asp?boardid=2)
----  查找结果异常  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=129145)

--  作者:有点蓝
--  发布时间:2018/12/22 15:11:00
--  
If e.Form.controls("区间分值1").text > "" Then
    e.Sender.combolist = DataTables("杂工基础表").SQLGetComboListString("能力评定", "区间分值 = \'" & e.Form.controls("区间分值1").text & "\'")
Else
    e.Sender.combolist = DataTables("杂工基础表").SQLGetComboListString("能力评定")
End If