- 27
- 0
- 约2万字
- 约 34页
- 2017-11-23 发布于江西
- 举报
VF图书管理系统源代码
VF图书管理系统源代码Private Sub Command1_Click() Dim U As Boolean, P As Boolean, Ok As Boolean With Adodc1 .Refresh Do While Not .Recordset.EOF U = .Recordset.Fields(0).Value = Text1.Text P = .Recordset.Fields(1).Value = Text2.Text If U And P Then e = Text1.Text k = Text2.Text Ok = True Exit Do Else .Recordset.MoveNext End If Loop End With If Ok ThenMsgBox 登录成功, , 提示 Form2.Show Unload Me ElseMsgBox 登录失败, , 提示 End IfEnd SubPrivate Sub Command2_Click()EndEnd SubPrivate Sub Label3_Click()End SubPrivate Sub Command1_Click()Dim U As Boolean With Adodc1 .Refresh Do While Not .Recordset.EOF If Combo1.Text = 编号 Then U = .Recordset.Fields(0).Value = Text7.Text If U Then Text1.Text = .Recordset.Fields(0).Value Text2.Text = .Recordset.Fields(1).Value Text3.Text = .Recordset.Fields(2).Value Text4.Text = .Recordset.Fields(3).Value Text5.Text = .Recordset.Fields(4).Value Text6.Text = .Recordset.Fields(5).Value Text7.Text = Exit Do Else .Recordset.MoveNext End If End If If Combo1.Text = 书名 Then U = .Recordset.Fields(1).Value = Text7.Text If U Then Text1.Text = .Recordset.Fields(0).Value Text2.Text = .Recordset.Fields(1).Value Text3.Text = .Recordset.Fields(2).Value Text4.Text = .Recordset.Fields(3).Value Text5.Text = .Recordset.Fields(4).Value Text6.Text = .Recordset.Fields(5).Value Text7.Text = Exit Do Else .Recordset.MoveNext End If End If If Combo1.Text = 作者 Then U = .Recordset.Fields(2).Value = Text7.Text 字段0为用户名称 If U Then Text1.Text = .Recordset.Fields(0).Value Text2.Text = .Recordset.Fields(1).Value Text3.Text = .Recordset.Fields(2).Value Text4.Text = .Recordset.Fields(3).Value Text5.Text = .Recordset.Fields(4).Value Text6.Text = .Recordset.Fields(5).Value Text7.T
您可能关注的文档
- PPT模板小人素材.ppt
- PPT经典温馨模板.ppt
- PPU油性脱模剂.doc
- PPT背景图片_大全.ppt
- PPT美化的八个准则.docx
- Proteus 十进制加减可逆计数器的设计.doc
- PPT背景图片 PPT模板大全.ppt
- PSB REGULATION 外管制度.doc
- ps期末考试题集.doc
- PS图形图像图片设计平面广告制作 PS简单制作最佳颜色效果.doc
- 2025-2026学年天津市和平区高三(上)期末数学试卷(含解析).pdf
- 2025-2026学年云南省楚雄州高三(上)期末数学试卷(含答案).pdf
- 2025-2026学年甘肃省天水市张家川实验中学高三(上)期末数学试卷(含答案).docx
- 2025-2026学年福建省厦门市松柏中学高二(上)期末数学试卷(含答案).docx
- 2025-2026学年广西钦州市高一(上)期末物理试卷(含答案).docx
- 2025-2026学年河北省邯郸市临漳县九年级(上)期末化学试卷(含答案).docx
- 2025-2026学年河北省石家庄二十三中七年级(上)期末历史试卷(含答案).docx
- 2025-2026学年海南省五指山市九年级(上)期末化学试卷(含答案).docx
- 2025-2026学年河北省唐山市玉田县九年级(上)期末化学试卷(含答案).docx
- 2025-2026学年河北省邢台市市区九年级(上)期末化学试卷(含答案).docx
原创力文档

文档评论(0)