如何从 Dynamics AX 2009 表单中选择路径?
在 Dynamics AX 2009 中,我创建了一个向导,现在我想添加一个字段以从本地文件系统中选择路径。
由于没有用于选择路径的特殊控件,我该如何实现这一点?
我是否必须添加具有特殊 ExtendedDataType 的 StringEdit 才能获得路径选择? 我发现没有扩展数据类型“路径”之类的。
或者这是通过其他方式实现的?
In Dynamics AX 2009 I created a wizard, and now I want to add a field to select a path from the local file system.
Since there is no special control for selecting a path, how do I achieve this?
Do I have to add a StringEdit with a special ExtendedDataType to get a path selection? I found no extended data type "path" or the like.
Or is this achieved some other way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
萨姆,
你对美国东部时间的看法是对的。
有很多方法可以实现这一点,但通常一切都归结为将正确的 EDT 分配给 StringEdit 控件。 感兴趣的 EDT 包括 FilePath、FileName、FileNameOpen 等。您可以通过查看 DocuParameters 表单了解其工作原理。
问候,
韦利斯拉夫·马里诺夫
Sam,
You are right about the EDT.
There are many ways to this, but usually everything boils down to assigning the correct EDT to the StringEdit control. The EDTs of interest are FilePath, FileName, FileNameOpen, etc. You can get an idea of how it works by looking the DocuParameters form.
Regards,
Velislav Marinov