第一范文网 - 专业文章范例文档资料分享平台

学生信息管理系统毕业设计论文

来源:用户分享 时间:2025/5/16 5:57:30 本文由loading 分享 下载这篇文档手机版
说明:文章内容仅供预览,部分内容可能不全,需要完整文档或者需要复制内容,请下载word后使用。下载word有问题请添加微信号:xxxxxxx或QQ:xxxxxx 处理(尽可能给您提供完整文档),感谢您的支持与谅解。

毕业论文——学生信息管理系统

If Check2.Value = 1 And Not IsNull(Text2) Then SQLadd = SQLadd + \专业='\End If

If Check3.Value = 1 And IsNumeric(Text3) Then SQLadd = SQLadd + \人数='\End If

If Check4.Value = 1 And Not IsNull(Text4) Then SQLadd = SQLadd + \辅导员='\End If

strSql = SQLoriginal + SQLadd + SQLorde If Dat_Main.rsDat_Class.State = 1 Then Dat_Main.rsDat_Class.Close End If

Dat_Main.rsDat_Class.Open strSql Dat_Class.Show vbModal Text1.Text = \Text2.Text = \Text3.Text = \Text4.Text = \

End Sub

Private Sub Command2_Click() Unload Me

End Sub

Private Sub Form_Load() Text1.Text = \Text2.Text = \Text3.Text = \Text4.Text = \End Sub

Private Sub Text1_Change()

End Sub

Private Sub Text3_Change()

End Sub

档案分析统计(如:界面如图五)

毕业论文——学生信息管理系统

(图五)

代码如下:

Private Sub Command1_Click() Dim SQLoriginal As String Dim SQLadd As String Dim SQLorder As String Dim strSql As String

On Error Resume Next

SQLoriginal = \学生档案 \SQLadd = \学号=学号 AND 姓名=姓名 \SQLorder = \

If Check1.Value = 1 And IsNumeric(Text1) Then SQLadd = SQLadd + \学号='\End If

If Check2.Value = 1 And Not IsNull(Text2) Then SQLadd = SQLadd + \姓名='\End If

If Check3.Value = 1 And Not IsNull(Text3) Then SQLadd = SQLadd + \专业='\End If

If Check4.Value = 1 And IsDate(DTPicker1) Then

SQLadd = SQLadd + \出生年月= # \End If

strSql = SQLoriginal + SQLadd + SQLorde If Dat_Main.rsDat_Strudent.State = 1 Then Dat_Main.rsDat_Strudent.Close End If

Dat_Main.rsDat_Strudent.Open strSql Dat_Strudent.Show vbModal Text1.Text = \Text2.Text = \

毕业论文——学生信息管理系统

Text3.Text = \

End Sub

Private Sub Command2_Click() Unload Me End Sub

Private Sub Form_Load() 'Combo1.AddItem (\男\'Combo1.AddItem (\女\Text1.Text = \Text2.Text = \Text3.Text = \End Sub

Private Sub Text1_Change()

End Sub

课程统计分析(如:界面如图六)

(图六)

代码如下:

Private Sub Command1_Click() Dim SQLoriginal As String Dim SQLadd As String Dim SQLorder As String Dim strSql As String

SQLoriginal = \课程表 \

SQLadd = \专业=专业 AND 课程名称=课程名称 \SQLorder = \

If Check1.Value = 1 And Not IsNull(Text1) Then SQLadd = SQLadd + \专业='\End If

毕业论文——学生信息管理系统

If Check2.Value = 1 And Not IsNull(Combo1) Then SQLadd = SQLadd + \课程性质='\End If

'If Check3.Value = 1 And Not IsNumeric(Text2) Then 'SQLadd = SQLadd + \课时='\'End If

If Check4.Value = 1 And Not IsNull(Text3) Then SQLadd = SQLadd + \课程名称='\End If

strSql = SQLoriginal + SQLadd + SQLorde If Dat_Main.rsDat_Grean.State = 1 Then Dat_Main.rsDat_Grean.Close End If

Dat_Main.rsDat_Grean.Open strSql Dat_Grean.Show vbModal Text1.Text = \Combo1.Text = \'Text2.Text = \

Text3.Text = \End Sub

Private Sub Command2_Click() Unload Me End Sub

Private Sub Form_Load() Text1.Text = \'Text2.Text = \Text3.Text = \

Combo1.Text = \

Combo1.AddItem (\必修\Combo1.AddItem (\选修\Combo1.AddItem (\自开\End Sub

Private Sub Text3_Change()

End Sub

成绩统计分析(如:界面如图七)

搜索更多关于: 学生信息管理系统毕业设计论文 的文档
学生信息管理系统毕业设计论文.doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.diyifanwen.net/c5ftyu8arf2570pk9t1vh_10.html(转载请注明文章来源)
热门推荐
Copyright © 2012-2023 第一范文网 版权所有 免责声明 | 联系我们
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:xxxxxx 邮箱:xxxxxx@qq.com
渝ICP备2023013149号
Top