Axapta:以编程方式切换表单中的记录
在 Dynamics AX 2009 中,如何以编程方式更改表单中的不同记录?
我的表单包含一个树视图和一组绑定数据字段。当单击树中的记录时(树中每个项目的数据值是我想在表单中编辑的项目的 RecId),我想将表单更改为该记录。
我一直使用 sysSetupForm 作为处理树的示例,但我无法隔离代码中发生更改记录的调用。
谢谢
In Dynamics AX 2009, how do you programmatically change to a different record in a form?
My form contains a treeview and a group of bound data fields. When clicking on a record in the tree (the data value for each item in the tree is the RecId of the item I'd like to edit in the form) I'd like to change the form to that record.
I've been using sysSetupForm as an example for working with a tree, but I'm having trouble isolating where the call to change records occurs in their code.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一些例子:
Some example: