毕业论文论文范文课程设计实践报告法律论文英语论文教学论文医学论文农学论文艺术论文行政论文管理论文计算机安全
您现在的位置: 毕业论文 >> 论文 >> 正文

学生信息管理系统毕业论文和原代码 第33页

更新时间:2007-9-25:  来源:毕业论文

If Not Testtxt(txtRudate.Text) Then

MsgBox "请输入入校日期!", vbOKOnly + vbExclamation, "警告"

txtRudate.SetFocus

Exit Sub

End If

 

If Not Testtxt(txtAddress.Text) Then

MsgBox "请输入家庭住址!", vbOKOnly + vbExclamation, "警告"

txtAddress.SetFocus

Exit Sub

End If

 

If Not IsNumeric(Trim(txtSID.Text)) Then

MsgBox "请输入数字!", vbOKOnly + vbExclamation, "警告"

Exit Sub

txtSID.SetFocus

End If

 

txtSQL = "select * from student_Info where student_ID = '" & Trim(txtSID.Text) & "'"

Set mrc = ExecuteSQL(txtSQL, MsgText)

If mrc.EOF = False Then

MsgBox "学号重复,请重新输入!", vbOKOnly + vbExclamation, "警告"

mrc.Close

txtSID.SetFocus

Else

mrc.Close

If Not IsDate(txtBorndate.Text) Then

MsgBox "出生时间应输入日期格式(yyyy-mm-dd)!", vbOKOnly + vbExclamation, "警告"

txtBorndate.SetFocus

Else

txtBorndate = Format(txtBorndate, "yyyy-mm-dd")

If Not IsDate(txtRudate.Text) Then

MsgBox "入校时间应输入日期格式(yyyy-mm-dd)!", vbOKOnly + vbExclamation, "警告"

txtRudate.SetFocus

Else

txtRudate = Format(txtRudate, "yyyy-mm-dd")

txtSQL = "select * from student_Info"

Set mrc = ExecuteSQL(txtSQL, MsgText)

mrc.AddNew

mrc.Fields(0) = Trim(txtSID.Text)

mrc.Fields(1) = Trim(txtName.Text)

 << 上一页  [31] [32] [33] [34] [35] [36] [37] [38] [39] [40]  ... 下一页  >> 

学生信息管理系统毕业论文和原代码 第33页下载如图片无法显示或论文不完整,请联系qq752018766
设为首页 | 联系站长 | 友情链接 | 网站地图 |

copyright©751com.cn 辣文论文网 严禁转载
如果本毕业论文网损害了您的利益或者侵犯了您的权利,请及时联系,我们一定会及时改正。