博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
VB 设置循环,以及弹出messageBox
阅读量:6799 次
发布时间:2019-06-26

本文共 698 字,大约阅读时间需要 2 分钟。

Do While Not rs.EOF

         If (Trim(rs.Fields("Result") <> "OK") And REGION = "JET") Then
            strError = Trim(rs.Fields("SN")) & "," & Trim(rs.Fields("Description")) & "\n"

         end if

rs.MoveNext
Loop
 If strError <> "" And REGION = "JET" Then
            'frmScancer.LabMsg.Caption = "This Pallet is wrong! The message  is " & strError    'Trim(rs.Fields("PartNumber"))
            intRetval = sndPlaySound(WavePath + "SernumError.wav", SND_ASYNC)
            MsgBox "Warning: This Pallet is wrong! The message  is " & strError, vbDefaultButton1, "Warning!"
            rs.Close
            Set rs = Nothing
            Exit Function
 End If

 

MsgBox "Warning: There are no files to move!", vbDefaultButton1, "Warning!"

转载于:https://www.cnblogs.com/KingNiu-blogs/archive/2012/08/24/2653689.html

你可能感兴趣的文章
融合式架构Nutanix深入分析一
查看>>
RHEL6.3下配置简单Apache https
查看>>
利用Cocos2dx-3.0新物理特性模拟弹珠迷宫
查看>>
Office 365系列之三:Office365初体验
查看>>
VMware View client for iPad在医疗行业的应用
查看>>
Altiris 7.1 Agent
查看>>
独家爆料:创宇云与小鸟云的故事
查看>>
Windows Server 2012 RMS for Exchange Server 2013
查看>>
Linux网络IP配置
查看>>
FireEye:K3chang行动***欧洲外交部门
查看>>
关于Spring MVC 4,你需要知道的那些事
查看>>
如何远程调试Python代码
查看>>
你会用Python写洗脑神曲吗?
查看>>
kubernetes集群配置serviceaccount
查看>>
MyBatis多参数传递之默认命名方式示例——MyBatis学习笔记之十二
查看>>
Exchange 2013部署系列之(六)配置邮件流和客户端访问
查看>>
创业三年,走通一条路
查看>>
Mac 平台下功能强大的Shimo软件使用指南
查看>>
Hyper-V 3中虚拟机CPU竞争机制
查看>>
移动搜索的4个主要入口
查看>>