Why am I getting “Menu Function object not initialized” error when using a menu item for a report in ax 2012 X++?

时间:2021-02-27 22:44:40

We are converting from AX2009 to AX2012 R2 (15 Jan 2013 edition). We are converting the old reports to the "deprecated" reports functionality in AX2012 R2 to save time in re-developing all our own reports. The process has been going fine but I am getting this error: "Menu Function object not initialized" on some reports. If I run those reports directly, they work fine. Other reports work fine with menu items.

我们正在从AX2009转换为AX2012 R2(2013年1月15日版)。我们正在将旧报告转换为AX2012 R2中的“已弃用”报告功能,以节省重新开发所有报告的时间。这个过程一直很顺利,但是我收到了这个错误:“某些报告上的”菜单功能对象未初始化“。如果我直接运行这些报告,它们可以正常工作。其他报告适用于菜单项。

Any ideas or suggestions on how to overcome this will be greatly appreciated. I can see no real difference between the structure, methods used, properties etc. between the reports that do work and the ones that doesn't.

任何有关如何克服这一点的想法或建议将不胜感激。我发现在工作的报告和没有工作的报告之间的结构,使用的方法,属性等之间没有真正的区别。

Please keep in mind that none of these reports are SSRS. Where there are data structure changes I overcome these by writing methods in the reports.

请记住,这些报告都不是SSRS。在有数据结构变化的地方,我通过在报告中编写方法来克服这些变化。

1 个解决方案

#1


2  

Verify that the menu items points to a valid report.

验证菜单项是否指向有效报告。

#1


2  

Verify that the menu items points to a valid report.

验证菜单项是否指向有效报告。