如何在 Dynamics AX 中创建简单的对话框?
如何在 Dynamics ax 中创建一个简单的对话框?
How can you create a simple dialog box in Dynamics ax?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何在 Dynamics ax 中创建一个简单的对话框?
How can you create a simple dialog box in Dynamics ax?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
对于非常简单的对话框,请使用 Box Class:
或
或
或其他静态方法之一(
infoOnce
、yesNo
、yesNoCancel
、yesAllNoAllCancel
、.. .)for really simple dialog boxes, use the Box Class:
or
or
or one of the other static methods (
infoOnce
,yesNo
,yesNoCancel
,yesAllNoAllCancel
, ...)DAX 2012 没有“typeid”作为方法。但是您可以使用 ExtendedTypeStr 然后传入已知的 EDT 或使用内置的字符串长度版本:
DAX 2012 does not have "typeid" as a method. But you can use extendedTypeStr and then pass in either a known EDT or use the built in string length versions: