axapta - 在 AX 2012 中刷新整个表单?

标签 axapta x++ dynamics-ax-2012

我目前正在使用底部有网格的表单。每当我按 f5 时,网格都会刷新,但表单的其余部分不会。我该怎么做才能使整个表单刷新其数据?

谢谢。

最佳答案

您可以覆盖 research数据源上的方法:

public void research(boolean _retainPosition = false)
{
    super(_retainPosition);
    other_ds.research(_retainPosition);
}
other_ds是当前数据源未加入的数据源。

关于axapta - 在 AX 2012 中刷新整个表单?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12710080/

相关文章:

sql - Dynamics AX 2012 SQL 提取基本枚举值

axapta - MorphX 报表设计器 : are there any alternatives?

axapta - X++ "invalid token"message when calling c# library (How to call the method correctly)

colors - Dynamics AX - 用不同颜色为多个网格单元着色

dynamics-ax-2012 - 当链接是 RefRecId 时过滤空白

tfs - 如何在 AX 2012 中通过 TFS 使用分支?

axapta - Dynamics AX 2012 标签文件问题

powershell - 如何使用Powershell脚本在AX中同步数据库?

product - Dynamics AX 2012-更改产品收货的总分类帐过帐

axapta - 使用查询类将多个表连接到同一个表