02.03.2008, 06:42 | #1 |
Участник
|
C# and AX Development: Displaying the traditional Main Menu in AX
Источник: http://olondono.blogspot.com/2008/03...enu-in-ax.html
============== If you don't like the new Navigation Pane from Dynamics AX, you can turn on the traditional Main Menu dialog by changing the SysUserSetup form that allows you to specify the Startup Menu item.Open the SysUserSetup form from the AOT, go to method buildStartupMenuCombo, line 56, and change it as://if( ! mainMenuItems.in(object.treeNodeName()) )if ((!mainMenuItems.in(object.treeNodeName())) || (object.AOTname() == "MainMenu"))Now, you can open the Options dialog and set the Main Menu as the Startup Menu item. Источник: http://olondono.blogspot.com/2008/03...enu-in-ax.html
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|