经过一段时间后,OpenEdge ABL 自动关闭是/否消息
现在我有: 消息“Hello World”查看为警报框警告按钮是-否更新 lVariable。
如何在 14 秒后自动点击“否”?
Right now I have:
message "Hello World" view-as alert-box warning buttons yes-no update lVariable.
how can I automatically click the no after 14 seconds.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如何以“另一种方式”做到这一点:
How to do this "another way":
在ChUi,你不能。
(这还需要一些字符,所以我的答案最少为 30 个字符。)
In ChUi, you can't.
(and this is some more characters so I make the 30 char minimum for an answer.)
如果您使用的是 10.2b+ 版本,您也许可以在 do/for/repeat 块上使用 STOP-AFTER 子句来控制这一点。
不确定,因为我自己没有那个版本可以尝试。
顺便提一句。始终将您的版本放在问题上,因为它可能会影响可用的选项。
If you're on version 10.2b+ you might be able to use the STOP-AFTER clause on a do/for/repeat block to control this.
Not sure as I don't have that version myself to try.
BTW. Always put your version on a question as it can make a difference to the options available.