当前位置: 网学 > 编程文档 > VB > 正文

运用ActiveX组件技术创建通用的查询控件

来源:Http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 12/10/17
下载{$ArticleTitle}原创论文样式
根 据 用 户 的 选 择 建 立 查 询 字 符 串, 并 引 发GetSelectionSql 事 件 返 回 字 符 串; 单 击" 取 消" 时, 关 闭 查 询 窗 体。

Private Sub Command1_Click(Index As Integer)
    Select Case Index
        Case 0 注释:确定
SelectionSql = " WHERE "
For i = 0 To Check1.Count - 1
     If Check1(i).Value = 1 Then
         If SelectionSql <  > " WHERE " Then
  If Option1((i - 1) * 2) Then
      SelectionSql = SelectionSql & " AND "
  Else
      SelectionSql = SelectionSql & " OR "
  End If
         End If  
         If Combo1(i * 3) <  > "" Then
  SelectionSql = SelectionSql & Combo1(i * 3)  
         Else
  SelectionSql = ""
  MsgBox "该项还未设值!", 64, "查询条件:"
  Combo1(i * 3).SetFocus
  Exit Sub
         End If  
         If Combo1(i * 3 + 1) <  > "" Then
  SelectionSql = SelectionSql & " " & Combo1(i * 3 + 1) _ & " "
         Else
  SelectionSql = ""
  MsgBox "该项还未设值!", 64, "查询条件:"
  Combo1(i * 3 + 1).SetFocus
  Exit Sub
         End If  
         SelectionSql = SelectionSql _
    & CheckType(rs(Combo1(i * 3).Text).Type, _ Combo1(i * 3 + 2))
     End If
Next i  
If SelectionSql = " WHERE " Then SelectionSql = ""
If Check2.Value = 1 Then
     MsgBox "SelectionSql = " & SelectionSql , 64, "查询字符串:"
End If
RaiseEvent GetSelectionSql(SelectionSql)
Unload Parent
        Case 1 注释:取消
Unload Parent
    End Select
End Sub

---- (7) 自 定 义 过 程: 给 左 列 组 合 框 置 值- 表 的 列 名 。

Private Sub LoadCboLeft(ByVal Cbo As ComboBox)
    If rs.EOF And rs.BOF Then
MsgBox Tablename & "表中无记录!", 64, "查询条件:"
        Exit Sub
    End If
    rs.MoveFirst    
    For i = 0 To rs.Fields.Count - 1
        Cbo.AddItem rs(i).Name
    Next
   &nb

网学推荐

免费论文

原创论文

浏览:
设为首页 | 加入收藏 | 论文首页 | 论文专题 | 设计下载 | 网学软件 | 论文模板 | 论文资源 | 程序设计 | 关于网学 | 站内搜索 | 网学留言 | 友情链接 | 资料中心
版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved
湘ICP备09003080号