Show MENU from a component #xpa


Adrian Wick
 

Hello wizards,

i have 2 apps. Lets call them app A and app B. In app B i have a complex MENU already set up the way i want.

Since there is no option to "public" share menu, i tried to trick magic and managed to show the MENU from app B
in app A by creating a global function in app B which simply fires MnuAdd(myMenu, position from app A) and in app A
i simply call this function in main program. The menu shows up ... But clicking the menu opens up wierd stuff ...

Is there any other way to share "menu" or do i realy have to go and create app B menu in app A menu repository?
Should i simple export menu from B and import it to A and than fix the programs that are called? Any ideas?

Regards,
A