I have an independent Menu i.e doesnt run in any form problem is, everytime I activate the menu i cant return to the default VFP Menu.I am therefore forced to close the app. & open it afresh.
FattyKat,
Are you replacing the existing menu with the "Independent" menu? If so, try the following:
PUSH MENU _SYSMENU
DO NEWMENU.MPR
.
.
.
continue
Then, when you are done with your "Indpendent" menu, issue:
POP MENU
What this does, is "Pushes" your existing menu onto the Stack, you then Call the NEW menu, and when you are done with it, you "POP" the old menu off the stack (and voila, Bob's your Uncle.)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.