On the Clicked Method of the Menu Icon (Its actually a button with Image Only Property), add the following code
void clicked()
{
#AOT
Menu stdMenu;
;
super();
stdMenu=infolog.findNode(#MenusPath + #AOTDelimiter + menustr(mainMenu));
stdMenu.AOTrun();
stdMenu.AOTrun();
}
You will get the Old menu :)
You can also add this code to the Startup method.
However the DAX 4 Menu is much better :)
hI, IS MORE EASILY THIS:
ReplyDeleteON \Forms\SysUserSetup\Methods\getMainMenuItems
COMMENT LINE 35
then on User Options select as menu for starup Main Menu ;)