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

VB图书管理系统数据库+论文+源代码 第5页

更新时间:2009-3-26:  来源:毕业论文
VB图书管理系统数据库+论文+源代码 第5页
If Adodc1.Recordset.BOF Then
Adodc1.Recordset.MoveFirst
MsgBox ("已经是第一条记录了!")
End If
a = Val(CDate(Text2.Text) - CDate(Text1.Text))
Text5.Text = a
End Sub
Private Sub Command2_Click()
Adodc1.Recordset.MoveNext
If Adodc1.Recordset.EOF Then
Adodc1.Recordset.MoveLast
MsgBox ("已经是最后一条记录了!")
End If
a = Val(CDate(Text2.Text) - CDate(Text1.Text))
Text5.Text = a
End Sub
Private Sub Command3_Click()
If Text5.Text > 31 Then
MsgBox ("已经过了最后期限!")
End If
End Sub
Private Sub Command4_Click()
Form1.Show
End Sub
Private Sub Command1_Click()
Adodc1.Recordset.MovePrevious
If Adodc1.Recordset.BOF Then
Adodc1.Recordset.MoveFirst
MsgBox ("已经是第一条记录了!")
End If
End Sub
Private Sub Command2_Click()
Adodc1.Recordset.MoveNext
If Adodc1.Recordset.EOF Then
Adodc1.Recordset.MoveLast
MsgBox ("已经是最后一条记录了!")
End If
End Sub
Private Sub Command3_Click()
Adodc1.Recordset.Delete
Adodc1.Recordset.MoveNext
If Adodc1.Recordset.EOF Then
Adodc1.Recordset.MoveLast
End If
End Sub
Private Sub Command4_Click()
Form1.Show
End Sub
Private Sub Command5_Click()
Form3.Show
End Sub
Private Sub Command1_Click()
m = MsgBox("请输入", vbOKCancel)
课程设计说明书                 NO。19
If m = vbCancel Then
End
End If
Adodc1.Recordset.AddNew
Adodc1.Recordset.Fields("sno") = Val(Text1.Text)
Adodc1.Recordset.Fields("sname") = Text2.Text
Adodc1.Recordset.Fields("ssex") = Text3.Text
Adodc1.Recordset.Fields("bno") = Val(Text4.Text)
End Sub
Private Sub Command3_Click()
Form2.Show
End Sub

上一页  [1] [2] [3] [4] [5] 

VB图书管理系统数据库+论文+源代码 第5页下载如图片无法显示或论文不完整,请联系qq752018766
设为首页 | 联系站长 | 友情链接 | 网站地图 |

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