对话框 [英] dialog box

查看:85
本文介绍了对话框的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何删除每次传真准备发送时弹出的对话框。我只是想让他们走。现在,用户每次都必须单击是。


我只想要一个消息框显示说你要看12个传真你想发送他们点击是和12发送没有对话框如果没有动作取消。

How do I get remove the dialog box that pops up each time a fax is getting ready to be sent. I just want them to go. Right now the user would have to click the yes each time.

I just want to have a message box show up that says you are about to seen 12 faxes do you want to send they click yes and 12 send with no dialog box if no the action cancels.

展开 | 选择 | Wrap | < span class =codeLinkonclick =LineNumbers(this);>行号

推荐答案

我认为这应该有效,我使用了setwarnings命令,这可能特别危险,因为你可以删除你的数据库中的所有内容,如果你没有将它返回到它的原始状态为true则没有提示。你应该在这里添加一些错误捕获并确保在捕获错误时在该区域设置setwarnings command = true。希望这会有所帮助。

I think this should work, I used the setwarnings command, this can be especially dangerous since you can delete everything in your db with no prompt if you do not return it to it''s original state of true. You shouls add some error trapping in here and make sure if an error is trapped you set the setwarnings command = true in that area. Hope this helps.

展开 | 选择 | Wrap | 行号



我认为这个应该工作,我使用了setwarnings命令,这可能特别危险,因为你可以删除你的数据库中的所有内容,如果没有提示你没有提示它的原始状态为true。你应该在这里添加一些错误捕获并确保在捕获错误时在该区域设置setwarnings command = true。希望这会有所帮助。

I think this should work, I used the setwarnings command, this can be especially dangerous since you can delete everything in your db with no prompt if you do not return it to it''s original state of true. You shouls add some error trapping in here and make sure if an error is trapped you set the setwarnings command = true in that area. Hope this helps.

展开 | 选择 | Wrap | 行号



这回来了因为sytanx错误。


YesNo = MsgBox(即将进入& rst.RecordCount&记录!",vbInformation + vbYesNo

此外,当我捕获错误或循环结束时,我将它返回到原始状态
this comes back with an sytanx error.

YesNo = MsgBox ("You are about to enter " & rst.RecordCount & " records!", vbInformation+vbYesNo
Also when do i return it to it''s original state when I caputure the error or at the end of the loop



错过了一个括号。

YesNo = MsgBox(你即将进入& rst .RecordCount& "记录!",vbInformation + vbYesNo)


Missed a parenthesis.
YesNo = MsgBox ("You are about to enter " & rst.RecordCount & " records!", vbInformation+vbYesNo)

展开 | 选择 | Wrap | 行号


这篇关于对话框的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆