Dear all,
My VFP call a "ShowWindow=2" Top level form when started, and is working fine until I try to put a menu in the form, by calling a menu (DO menu.mpr) in the Init section. Now, the form don't even show up but the EXE is still active and I have to kill the application in the Window Task Manager.
Do I have to set the following things or something else?
*Application.Visible=.f.
*_VFP.Visible=.F.
*_SCREEN.Visible=.F.
Please help and thanks in advance.
Fred
My VFP call a "ShowWindow=2" Top level form when started, and is working fine until I try to put a menu in the form, by calling a menu (DO menu.mpr) in the Init section. Now, the form don't even show up but the EXE is still active and I have to kill the application in the Window Task Manager.
Do I have to set the following things or something else?
*Application.Visible=.f.
*_VFP.Visible=.F.
*_SCREEN.Visible=.F.
Please help and thanks in advance.
Fred