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

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

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

comboCourse.Clear

 

txtSQL = "select * from result_Info"

Set mrc = ExecuteSQL(txtSQL, MsgText)

 

mrc.MoveLast

Call viewData

 

firstCommand.Enabled = True

lastCommand.Enabled = True

previousCommand.Enabled = True

nextCommand.Enabled = True

 

updateCommand.Enabled = False

cancelCommand.Enabled = False

 

comboExamtype.Enabled = False

comboClassno.Enabled = False

comboSID.Enabled = False

comboCourse.Enabled = False

txtName.Enabled = False

txtResult.Enabled = False

 

End Sub

 

Private Sub comboClassno_Click()

Dim mrcc As ADODB.Recordset

Dim txtSQL As String

Dim MsgText As String

 

txtSQL = "select * from student_Info where class_NO = '" & comboClassno.Text & "'"

Set mrcc = ExecuteSQL(txtSQL, MsgText)

While (mrcc.EOF = False)

comboSID.AddItem mrcc!student_ID

mrcc.MoveNext

Wend

mrcc.Close

 

txtSQL = "select * from class_Info where class_No = '" & comboClassno.Text & "'"

Set mrcc = ExecuteSQL(txtSQL, MsgText)

Grade = mrcc!Grade

mrcc.Close

 << 上一页  [61] [62] [63] [64] [65] [66] [67] [68] [69] [70]  ... 下一页  >> 

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

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