Hi Every Body
I do have an application with a Top-Level-Form (main) and a main menu that is called form the Init event of that form using:
DO MAIN.mpr WITH THIS,.T. , When calling a the Customer form, What I want is to hide the main menu (As I used to do with old versions of FoxPro) by:
PUSH MENU _MSYSMENU
DO CUSTOMER.MPR
And I want to restore the main menu after releasing the customer form by :
POP MENU _MSYSMENU
Please help me to accomplish this using VFP8 SP1
Thanks in advance
I do have an application with a Top-Level-Form (main) and a main menu that is called form the Init event of that form using:
DO MAIN.mpr WITH THIS,.T. , When calling a the Customer form, What I want is to hide the main menu (As I used to do with old versions of FoxPro) by:
PUSH MENU _MSYSMENU
DO CUSTOMER.MPR
And I want to restore the main menu after releasing the customer form by :
POP MENU _MSYSMENU
Please help me to accomplish this using VFP8 SP1
Thanks in advance