以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  popmessage应该怎么出来  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=126725)

--  作者:Engineer1
--  发布时间:2018/10/27 13:19:00
--  popmessage应该怎么出来
老师,我在QQ客户端receivedmessage里按下面写的,怎么不弹窗提示呢
\'Dim dr As DataRow
\'If User.roles = "批准" And dr.DataTable.Name = "lhjc"  Then
\'    If dr("检测状态") = "待批准" Then
\'        PopMessage("有新的订单需要批准!","提示",PopIconEnum.Infomation)
\'    End If
\'End If

--  作者:ajie5211
--  发布时间:2018/10/27 13:33:00
--  

这个事件是收到信息后触发,你放的位置不对吧。


--  作者:有点蓝
--  发布时间:2018/10/27 13:58:00
--  
你要做什么功能?
--  作者:Engineer1
--  发布时间:2018/10/27 14:25:00
--  
就是审核完了自动通知下道工序批准
--  作者:有点蓝
--  发布时间:2018/10/27 14:36:00
--  
参考:http://www.foxtable.com/webhelp/scr/3011.htm
如果是按照这里做的,那就是接收的消息不符合条件