学生信息管理系统VB课程设计(2)
wherestr = wherestr + " gender like '%" & "女" & "%'" End If
bwhere = True End If
If chkFAcceptanceTime.Value = 1 And txtFYear.Text <> "" Then If txtFMon.Text = "" Then txtFMon.Text = "00" If bwhere Then wherestr = wherestr + " and " If optnFore.Value Then
wherestr = wherestr + " acceptancetime<'" & txtFYear + "-" + txtFMon & "'" Else
wherestr = wherestr + " acceptancetime>'" & txtFYear + "-" + txtFMon & "'" End If
bwhere = True End If
If chkFHometown.Value = 1 And txtFHometown.Text <> "" Then If bwhere Then wherestr = wherestr + " and "
wherestr = wherestr + " hometown like '%" & txtFHometown & "%'" bwhere = True End If
If bwhere Then sqlstr = sqlstr + " where " + wherestr
sqlstr = sqlstr + " order by Studentid asc"
mands("cmdFindStudent").CommandText = sqlstr '刷新Grid,这两句不可省 DataE.conLibrary.Close
DataE.conLibrary.Open DataE.cmdfindstudent dgrdStudent.ClearFields
dgrdStudent.DataMember = mands("cmdFindStudent").Name dgrdStudent.ReBind
If DataE.rscmdFindStudent.RecordCount = 0 Then
MsgBox "在数据库中没找到要查询的对象", vbOKOnly + vbInformation, "查询失败" End If End Sub
4.3 用户查询界面设计
如图4-3。
图4-3 用户查询界面
查询控件编码:
Private Sub cmdSearch_Click() Dim sqlstr As String Dim wherestr As String Dim i As Integer
sqlstr = "select StudentID,StudentName,Class,Gender from StudentTable " wherestr = ""
If cmbItem.ListIndex <> 0 And txtKey.Text <> "" Then Select Case cmbItem.ListIndex
Case 1 '学号
wherestr = wherestr + "StudentID='" & txtKey & "'" Case 2 '姓名
wherestr = wherestr + "StudentName='" & txtKey & "'" Case 3 '班级
wherestr = wherestr + "Class='" & txtKey & "'" Case 4 '备注
wherestr = wherestr + "Gender='" & txtKey & "'" Case 5 '关键字
wherestr = wherestr + "(studentid like '%" & txtKey & "%' or studentname like '%" & txtKey & "%' or class like '%" & txtKey & "%' )" End Select End If
'学号关键字
If frameStudentID.Visible And chkIDKey.Value = 1 And txtIDKey.Text <> "" Then If wherestr <> "" Then
If optnIDand.Value Then
wherestr = wherestr + " and " Else
wherestr = wherestr + " or " End If End If
wherestr = wherestr + "StudentID like '%" & txtIDKey & "%'" End If
'姓名关键字
If frameStudentName.Visible And chkNameKey.Value = 1 And txtNameKey.Text <> "" Then If wherestr <> "" Then
If optnNameand.Value Then
wherestr = wherestr + " and " Else
wherestr = wherestr + " or " End If End If
wherestr = wherestr + "StudentName like '%" & txtNameKey & "%'" End If
'班级关键字
If frameClass.Visible And chkClassKey.Value = 1 And txtClassKey.Text <> "" Then If wherestr <> "" Then
If optnClassand.Value Then
wherestr = wherestr + " and " Else
wherestr = wherestr + " or " End If End If
wherestr = wherestr + "Class like '%" & txtClassKey & "%'" End If
'性别关键字
If frameGender1.Visible And chkGenderKey.Value = 1 Then If wherestr <> "" Then
If optnGenderand.Value Then wherestr = wherestr + " and " Else
wherestr = wherestr + " or " End If End If
If OptnMale.Value Then
wherestr = wherestr + "Gender like '%" & "男" & "%'" ElseIf OptnFemale.Value Then
wherestr = wherestr + "Gender like '%" & "女" & "%'" End If End If '入学时间
If frameTime.Visible And chkTimeKey.Value = 1 Then If optnKeyFore.Value Or optnKeyBack.Value Then
If txtYearKeyFore.Text = "" Or txtMonKeyFore.Text = "" Then
MsgBox "请完整填写查询时间!", vbOKOnly + vbInformation, "查询" Exit Sub End If
If wherestr <> "" Then
If optnTimeand.Value Then
wherestr = wherestr + " and " Else
wherestr = wherestr + " or " End If End If
If optnKeyFore Then
wherestr = wherestr + "publishtime <'" & txtYearKeyFore.Text + "-" + txtMonKeyFore.Text & "'" Else
wherestr = wherestr + "publishtime >'" & txtYearKeyFore.Text + "-" + txtMonKeyFore.Text & "'" End If
ElseIf optnKeyBetween.Value Then
If txtYearKeyFore.Text = "" Or txtMonKeyFore.Text = "" Or txtYearKeyBack.Text = "" Or txtMonKeyBack.Text = "" Then
MsgBox "请完整填写查询时间!", vbOKOnly + vbInformation, "查询" Exit Sub End If
If wherestr < …… 此处隐藏:3187字,全部文档内容请下载后查看。喜欢就下载吧 ……
相关推荐:
- [实用文档]李践-有效提升销售的12大黄金法则8-大
- [实用文档]党支部换届工作方案
- [实用文档]2013年下期电子商务专业部宣传工作计划
- [实用文档]方庄一矿通风、钻探绩效工资考核管理办
- [实用文档]项目一 认识企业物流认识企业物流
- [实用文档]MBI_Display_产品蓝图规画
- [实用文档]北京市建筑业劳务作业人员普法维权培训
- [实用文档]锅炉燃烧调整与运行优化
- [实用文档]4支付结算业务的核算
- [实用文档]米什金_货币金融学_第9版各章学习指导
- [实用文档]水泥混凝土路面硬化工程施工组织设计
- [实用文档]钢筋工程安全技术交底书
- [实用文档]关于公布华中师范大学本科毕业论文
- [实用文档]太原市园林绿化施工合同范本 2
- [实用文档]周日辅导 初中英语分类复习单项选择题(
- [实用文档]第四章 文化经纪人的管理形式 第二节
- [实用文档]学宪法讲宪法竞赛题库
- [实用文档]《数值计算方法》期末考试模拟试题二
- [实用文档]爱词霸学英语:每日一句( 十月)
- [实用文档]2014年国家公务员面试:无领导小组讨论
- 新课程主要理念和教学案例分析汇编(24
- 英国人的快乐源于幸福的家庭生活
- 七年级上册第一次月考模拟数学试卷
- 真丝及仿真丝的种类有哪些?
- 【最新】华师大版八年级数学下册第十六
- 高中英语3500个必背单词
- 我可以接受失败,但我不能接受放弃!
- 最近更新沪科版八年级物理上册期末试卷
- 绿化工作先进乡镇事迹材料
- 鲁教版九年级上册思想品德教学计划
- 英语音标的分类
- 地下室底板无梁楼盖与普通梁板结构形式
- 美容师黄金销售话术
- 雅思写作满分作文备考方法
- 血清甲状腺激素测定与高频彩色多普勒超
- 1度浅析装修对室内空气品质的影响
- 2017-2022年中国汞矿行业深度分析与投
- 计算机二级VB公共基础知识
- (何勇)秸秆禁烧_重在寻找出路
- 内外墙抹灰工程分包施工合同1




