I am running VFP8, SP1. I have created a stand-alone exe with its own menu system (mainmenu.mpr). One of the options is to call various complied applications (top-level forms) with thier own menu system (app.mpr). I call the app like so "DO App.app WITH .t.". The problem is once the app is called, it rewrites any menus with corresponing names in the exe. I have tried changing all the menu options on the app's menu, but to no avail. I am sure someone has had this problem before and has a quick solution. Thanks in advance.