Foxtable(狐表)用户栏目专家坐堂 → [求助]定义连字符出错的问题


  共有1682人关注过本帖平板打印复制链接

主题:[求助]定义连字符出错的问题

帅哥哟,离线,有人找我吗?
大红袍
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:贵宾 帖子:39310 积分:196782 威望:0 精华:1 注册:2015/4/25 9:23:00
  发帖心情 Post By:2016/3/31 11:37:00 [只看该作者]

Dim gx As object
Dim nms() As String = {"TextBox1","TextBox2","ComboBox1","ComboBox2","ComboBox3","ComboBox4","CheckBox1"}
Dim fgf() As String = {"'%","%'","'%","%'","'","'","'","'","'","'","'","'","'","'"}
Dim bjf() As String = {" Like "," Like "," = "," = "," = "," = "," = "}
Dim lms() As String = {"规格型号","mark","类别_大类","类别_小类","封装_类型","封装_引脚","同意采购"}
Dim filter As String
For i As Integer = 0 To nms.Length - 1
    If Forms("技术部审核").Controls(nms(i)).value IsNot Nothing
        If Forms("技术部审核").Controls(nms(i)).Name = "CheckBox1"
            gx = Forms("技术部审核").Controls(nms(i)).Checked
        Else
            gx = Forms("技术部审核").Controls(nms(i)).value
        End If
        If filter > ""
            filter = filter & " And "
        End If
        filter = filter & lms(i) & bjf(i) & fgf(i * 2) & gx & fgf(i * 2 + 1)
        msgbox(filter)
    End If
Next
Dim tnm As String = Forms("技术部审核").Name
'Forms("技术部审核").Controls("Table1").Table.filter = filter

 回到顶部
总数 13 1 2 下一页