Hi all,

I have a project and I want to replace the default menu _MSYSMENU with my
own menu mymenu.
In which program o part of the project i have to include the code to do
that??
what is the code to do that??

Thank you so much guys!

PD: I'm using Visual FP 8.0

Re: menus by Dan

Dan
Fri Jun 15 12:24:26 CDT 2007

In your main program:

DO MYMENU.MPR

Dan

Fanor wrote:
> Hi all,
>
> I have a project and I want to replace the default menu _MSYSMENU
> with my own menu mymenu.
> In which program o part of the project i have to include the code to
> do that??
> what is the code to do that??
>
> Thank you so much guys!
>
> PD: I'm using Visual FP 8.0



Re: menus by Fanor

Fanor
Fri Jun 15 13:07:50 CDT 2007

I just did that and there is an error message

"Unable to find form myform"

myform is a form that i call from the menu. It looks like VFP doesn't know
that the form is in the project. It happens the same with SET PROCEDURE .
How can i solve this problem?? so that VFP can find it in the project
without using the path.



"Dan Freeman" <spam@microsoft.com> wrote in message
news:OY90GI3rHHA.4860@TK2MSFTNGP02.phx.gbl...
> In your main program:
>
> DO MYMENU.MPR
>
> Dan
>
> Fanor wrote:
>> Hi all,
>>
>> I have a project and I want to replace the default menu _MSYSMENU
>> with my own menu mymenu.
>> In which program o part of the project i have to include the code to
>> do that??
>> what is the code to do that??
>>
>> Thank you so much guys!
>>
>> PD: I'm using Visual FP 8.0
>
>



Re: menus by Dan

Dan
Fri Jun 15 14:22:26 CDT 2007

Build an app or exe and run that instead of trying to run a prg.

Dan

Fanor wrote:
> I just did that and there is an error message
>
> "Unable to find form myform"
>
> myform is a form that i call from the menu. It looks like VFP doesn't
> know that the form is in the project. It happens the same with SET
> PROCEDURE . How can i solve this problem?? so that VFP can find it in
> the project without using the path.
>
>
>
> "Dan Freeman" <spam@microsoft.com> wrote in message
> news:OY90GI3rHHA.4860@TK2MSFTNGP02.phx.gbl...
>> In your main program:
>>
>> DO MYMENU.MPR
>>
>> Dan
>>
>> Fanor wrote:
>>> Hi all,
>>>
>>> I have a project and I want to replace the default menu _MSYSMENU
>>> with my own menu mymenu.
>>> In which program o part of the project i have to include the code to
>>> do that??
>>> what is the code to do that??
>>>
>>> Thank you so much guys!
>>>
>>> PD: I'm using Visual FP 8.0



Re: menus by Fanor

Fanor
Fri Jun 15 15:14:52 CDT 2007

Thanks Dan

I already got a project and built an app and the error happens there.
Try it out with exe and the same.

"Dan Freeman" <spam@microsoft.com> wrote in message
news:eSWGDK4rHHA.1212@TK2MSFTNGP05.phx.gbl...
> Build an app or exe and run that instead of trying to run a prg.
>
> Dan
>
> Fanor wrote:
>> I just did that and there is an error message
>>
>> "Unable to find form myform"
>>
>> myform is a form that i call from the menu. It looks like VFP doesn't
>> know that the form is in the project. It happens the same with SET
>> PROCEDURE . How can i solve this problem?? so that VFP can find it in
>> the project without using the path.
>>
>>
>>
>> "Dan Freeman" <spam@microsoft.com> wrote in message
>> news:OY90GI3rHHA.4860@TK2MSFTNGP02.phx.gbl...
>>> In your main program:
>>>
>>> DO MYMENU.MPR
>>>
>>> Dan
>>>
>>> Fanor wrote:
>>>> Hi all,
>>>>
>>>> I have a project and I want to replace the default menu _MSYSMENU
>>>> with my own menu mymenu.
>>>> In which program o part of the project i have to include the code to
>>>> do that??
>>>> what is the code to do that??
>>>>
>>>> Thank you so much guys!
>>>>
>>>> PD: I'm using Visual FP 8.0
>
>



Re: menus by TonySper

TonySper
Sat Jun 16 13:47:19 CDT 2007

Fanor,
You can make up a quick menu and save it with your name and you will then
have your own menu that is the dup of the VFP menu. In VFP8 on top bare
select FILE > NEW>MENU>NEW FILE>MENU. Now on the top bar select MENU then
QUICK MENU now save it with your own name by generating it from again the
top menu GENERATE.
Hope that helps.
TonySper

"Fanor" <xreed2000@yahoo.com> wrote in message
news:OE83Ck4rHHA.4364@TK2MSFTNGP04.phx.gbl...
> Thanks Dan
>
> I already got a project and built an app and the error happens there.
> Try it out with exe and the same.
>
> "Dan Freeman" <spam@microsoft.com> wrote in message
> news:eSWGDK4rHHA.1212@TK2MSFTNGP05.phx.gbl...
>> Build an app or exe and run that instead of trying to run a prg.
>>
>> Dan
>>
>> Fanor wrote:
>>> I just did that and there is an error message
>>>
>>> "Unable to find form myform"
>>>
>>> myform is a form that i call from the menu. It looks like VFP doesn't
>>> know that the form is in the project. It happens the same with SET
>>> PROCEDURE . How can i solve this problem?? so that VFP can find it in
>>> the project without using the path.
>>>
>>>
>>>
>>> "Dan Freeman" <spam@microsoft.com> wrote in message
>>> news:OY90GI3rHHA.4860@TK2MSFTNGP02.phx.gbl...
>>>> In your main program:
>>>>
>>>> DO MYMENU.MPR
>>>>
>>>> Dan
>>>>
>>>> Fanor wrote:
>>>>> Hi all,
>>>>>
>>>>> I have a project and I want to replace the default menu _MSYSMENU
>>>>> with my own menu mymenu.
>>>>> In which program o part of the project i have to include the code to
>>>>> do that??
>>>>> what is the code to do that??
>>>>>
>>>>> Thank you so much guys!
>>>>>
>>>>> PD: I'm using Visual FP 8.0
>>
>>
>
>