博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Message Box
阅读量:6420 次
发布时间:2019-06-23

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

MessageBox(style, title, message_set, message_num, default_txt [, paramlist])

In addition, in the PeopleSoft Pure Internet Architecture the Message

Severity dictates how the message displays:
If the message has a severity of Warning, Error or Cancel, the message is
displayed in a pop-up dialog box with a single OK button regardless of the
value of the style parameter.
If the message has a severity of Message and style is %MsgStyle_OK (0),
the message displays in a pop-up dialog box with the single OK button.
If the message has a severity of Message and style is not %MsgStyle_OK
(0), the message displays in a separate window

Buttons
0
%MsgStyle_OK
The message box contains one pushbutton: OK.
1
%MsgStyle_OKCancel
The message box contains two pushbuttons: OK and Cancel.
2
%MsgStyle_AbortRetryIgnore
The message box contains three pushbuttons: Abort, Retry, and Ignore.
3
%MsgStyle_YesNoCancel
The message box contains three pushbuttons: Yes, No, and Cancel.
4
%MsgStyle_YesNo
The message box contains two push buttons: Yes and No.
5
%MsgStyle_RetryCancel
The message box contains two push buttons: Retry and Cancel.
Buttons
0
%MsgStyle_OK
The message box contains one pushbutton: OK.
1
%MsgStyle_OKCancel
The message box contains two pushbuttons: OK and Cancel.
2
%MsgStyle_AbortRetryIgnore
The message box contains three pushbuttons: Abort, Retry, and Ignore.
3
%MsgStyle_YesNoCancel
The message box contains three pushbuttons: Yes, No, and Cancel.
4
%MsgStyle_YesNo
The message box contains two push buttons: Yes and No.
5
%MsgStyle_RetryCancel
The message box contains two push buttons: Retry and Cancel.

转载于:https://www.cnblogs.com/GoDevil/archive/2009/05/21/1486475.html

你可能感兴趣的文章
HA 高可用软件系统保养指南
查看>>
linux 文件系统sysvinit 流程分析
查看>>
体素科技:2018年,算法驱动下的医学影像分析进展
查看>>
Vue 折腾记 - (8) 写一个挺靠谱的多地区选择组件
查看>>
VS Code折腾记 - (3) 多图解VSCode基础功能
查看>>
再不懂区块链,你就OUT了!
查看>>
教你玩转自定义View—手撸一个倒计时控件如此简单
查看>>
『翻译』Node.js 调试
查看>>
我的iOS开发之路总结(更新啦~)
查看>>
Java NIO之拥抱Path和Files
查看>>
微信原图泄露的只能是 Exif ,你的隐私不在这!!!
查看>>
微信小程序教学第三章(含视频):小程序中级实战教程:列表篇-页面逻辑处理...
查看>>
页面间通信与数据共享解决方案简析
查看>>
Swift 中 Substrings 与 String
查看>>
作为一个开源软件的作者是一种什么样的感受?
查看>>
移动端适配知识你到底知多少
查看>>
Java基础笔记16
查看>>
TiDB 在 G7 的实践和未来
查看>>
重新认识javascript对象(三)——原型及原型链
查看>>
小学生学“数学”
查看>>