收藏 分享(赏)

VB图书管理程序模块及程序代码.docx

上传人:dreamzhangning 文档编号:2785643 上传时间:2018-09-27 格式:DOCX 页数:9 大小:37.85KB
下载 相关 举报
VB图书管理程序模块及程序代码.docx_第1页
第1页 / 共9页
VB图书管理程序模块及程序代码.docx_第2页
第2页 / 共9页
VB图书管理程序模块及程序代码.docx_第3页
第3页 / 共9页
VB图书管理程序模块及程序代码.docx_第4页
第4页 / 共9页
VB图书管理程序模块及程序代码.docx_第5页
第5页 / 共9页
点击查看更多>>
资源描述

1、主窗体及代码Private Sub chkQuery_Click()If chkQuery.Value = 1 ThentxtQueryBookID.Enabled = TrueElsetxtQueryBookID.Enabled = FalseEnd IfEnd SubPrivate Sub cmdLendBook_Click()If txtReaderID.Text “0“ Then 判断是否已经借满Set g_rs = g_db.OpenRecordset(“lentInfo“, dbOpenTable)With g_rs.AddNew.Fields(“读者编号 “) = txtRead

2、erID.Text.Fields(“书籍编号 “) = txtBookID.Text.Fields(“借书日期 “) = dtpLendDate.Value.UpdateEnd WithSet g_rs = Nothing更新 bookInfo表,设置该书是 否借出属性为“借出“g_strSql = “select * from bookInfo where 书籍编号=“ Data Source=“ Persist Security Info=False“Adodc1.CursorLocation = adUseClientAdodc1.CommandType = adCmdTextAdodc

3、1.RecordSource = strDataSourceAdodc1.RefreshIf blnRenew = False Then 如果是正常借书进行如下操作Set dtgrdLendBook.DataSource = Adodc1dtgrdLendBook.Refresh显示一共借 了多少书lblLendCount.Caption = “所借图书:“ + CStr(Adodc1.Recordset.RecordCount)显示还能够 借多少书g_strSql = “select * from basicSet“Set g_rs = g_db.OpenRecordset(g_strSql

4、)intCount = g_rs!借出册数 - Adodc1.Recordset.RecordCountlblRemain.Caption = CStr(intCount)ElseSet dtgrdLendBookRenew.DataSource = Adodc1dtgrdLendBookRenew.RefreshEnd IfEnd FunctionPrivate Sub txtReaderIDRenew_KeyPress(KeyAscii As Integer)判断用户按下回车键并 且是否输入 读者编号If KeyAscii = “13“ And txtReaderIDRenew.Text

5、“ Then根据输入的 读者编号,查找读者姓 名g_strSql = “select * from readerInfo where 读者编号=“ & txtReaderIDRenew.Text & “Set g_rs = g_db.OpenRecordset(g_strSql) 进行数据库 的查询判断是否找 到If Not g_rs.EOF ThentxtReaderNameRenew.Text = g_rs!读者姓名InitDataGrid (True) 初始化 DataGrid 控件信息cmdOK.Enabled = TrueElseMsgBox “没有该读者信息!“, vbOKOnly, “提示“txtReaderNameRenew.Text = “cmdOK.Enabled = FalseEnd IfSet g_rs = NothingElseIf KeyAscii = “13“ And txtReaderIDRenew.Text = “ ThenMsgBox “请先输入读者编号“, vbOKOnly, “提示“cmdOK.Enabled = FalseEnd IfEnd Sub

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 高等教育 > 大学课件

本站链接:文库   一言   我酷   合作


客服QQ:2549714901微博号:道客多多官方知乎号:道客多多

经营许可证编号: 粤ICP备2021046453号世界地图

道客多多©版权所有2020-2025营业执照举报