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

MSHFlexGrid用法详解

来源:Http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 12/10/16
下载{$ArticleTitle}原创论文样式
供应商信息表 where 供应商编号 like +''%''+''" + txt1(0) + "''+''%''or 供应商全称 like +''%''+''" + txt1(0) + "''+''%''or 简称 like +''%''+''" + txt1(0) + "''+''%''"
       Adodc1.Refresh
       If Adodc1.Recordset.RecordCount > 0 Then
          DataGrid1.Visible = True
          DataGrid1.SetFocus
       Else
          Adodc1.RecordSource = "供应商信息表"
          Adodc1.Refresh
          If Adodc1.Recordset.RecordCount > 0 Then
            DataGrid1.Visible = True
            DataGrid1.SetFocus
          Else
            MsgBox "无可选的供应商信息,请首先录入供应商数据!", , "提示窗口"
          End If
       End If
     End If
     If KeyCode = vbKeyReturn And Index = 1 Then
       flex1.Col = 1
       flex1.Row = 1
       flex1.SetFocus
     End If
End Sub
Private Sub DataGrid1_KeyDown(KeyCode As Integer, Shift As Integer)
     If KeyCode = vbKeyReturn Then
        txt1(0) = Adodc1.Recordset.Fields("供应商全称")
        txt1(1).SetFocus
        DataGrid1.Visible = False
     End If
End Sub
Private Sub txtEdit_KeyPress(KeyAscii As Integer)
     ''删除回车符,以消除嘟嘟声。
     If KeyAscii = Asc(vbCr) Then KeyAscii = 0
End Sub
Private Sub txtEdit_KeyDown(KeyCode As Integer, Shift As Integer)
     If KeyCode = vbKeyReturn And flex1.Col = 1 Then
       Adodc2.RecordSource = "商品信息表 where 商品名称 like +''%''+''" + txtEdit + "''+''%''"
       Adodc2.Refresh
       If Adodc2.Recordset.RecordCount > 0 Then
          DataGrid2.Visible = True
          DataGrid2.SetFocus
       Else
          Adodc2.RecordSource = "商品信息表"
          Adodc2.Refresh
          If Adodc2.Recordset.RecordCount > 0 Th
  • 上一篇资讯: VB 数据备份、还原
  • 下一篇资讯: vb征途外挂源代码
  • 网学推荐

    免费论文

    原创论文

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