While creating Menu in Fox 2. through following command

Crea menu temp

I am able to design the menu. But when i say save to the menu or generate
the menu it gives me following errors

'Memo file missing / Invalid '

& sometimes it gives me the error 'file not open'

What am i doing wrong.

Thanks

RE: Menu Error (Memo file Missing / Invalid) by Leemi

Leemi
Wed Mar 23 09:28:05 CST 2005

Hi BankimDesai:

>While creating Menu in Fox 2. through following command

>Crea menu temp

>I am able to design the menu. But when i say save to the menu or generate
>the menu it gives me following errors

>'Memo file missing / Invalid '

>& sometimes it gives me the error 'file not open'

>What am i doing wrong.

>Thanks

Are you using FoxPro 2.0? Have you tried disabling any anti virus software?
How about recompiling the Genmenu.prg into Genmenu.fxp?


I hope this helps.

This posting is provided "AS IS" with no warranties, and confers no rights.

Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell

*-- VFP9 HAS ARRIVED!! --*
Read about all the new features of VFP9 here:
http://msdn.microsoft.com/vfoxpro/

*--Purchase VFP 9.0 here:
http://www.microsoft.com/PRODUCTS/info/product.aspx?view=22&pcid=54787e64-52
69-4500-8bf2-3f06689f4ab3&type=ovr

Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/default.aspx?id=fh;[ln];lifeprodv
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retired Sept. 30th, 2003




Re: Menu Error (Memo file Missing / Invalid) by Paul

Paul
Wed Mar 23 10:49:18 CST 2005

=?Utf-8?B?QmFua2ltIERlc2Fp?= <BankimDesai@discussions.microsoft.com>
wrote in news:594DC7E1-A9B8-4B04-BF31-C53B5DC931DF@microsoft.com:

> While creating Menu in Fox 2. through following command
>
> Crea menu temp
>
> I am able to design the menu. But when i say save to the menu or
> generate the menu it gives me following errors
>
> 'Memo file missing / Invalid '
>
> & sometimes it gives me the error 'file not open'

Try

USE TheMenuFile.MNX Excl
PACK
USE

If you get an error after the PACK command then your menu memo
file is corrupt. Its got a memo pointer error.
In that case you could try to design a new menu by copying the same
features from the old one and then deleting the old one and renaming
the new one.
-----------------------------------------------------------------
Paul Lee ........... Abri Technologies ......... http://abri.com/
'Recover' - top rated FoxPro file repair utility.
-----------------------------------------------------------------

RE: Menu Error (Memo file Missing / Invalid) by BankimDesai

BankimDesai
Thu Mar 24 00:05:02 CST 2005

Dear Lee,

i have tried with antyvirus disabled.
I have compiled the genmenu.prg also.

but while saving it gives the error " memo file is missing/invalid "
& after that it gives the error " file not open "

Please try to solve this.

"Lee Mitchell" wrote:

> Hi BankimDesai:
>
> >While creating Menu in Fox 2. through following command
>
> >Crea menu temp
>
> >I am able to design the menu. But when i say save to the menu or generate
> >the menu it gives me following errors
>
> >'Memo file missing / Invalid '
>
> >& sometimes it gives me the error 'file not open'
>
> >What am i doing wrong.
>
> >Thanks
>
> Are you using FoxPro 2.0? Have you tried disabling any anti virus software?
> How about recompiling the Genmenu.prg into Genmenu.fxp?
>
>
> I hope this helps.
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> Sincerely,
> Microsoft FoxPro Technical Support
> Lee Mitchell
>
> *-- VFP9 HAS ARRIVED!! --*
> Read about all the new features of VFP9 here:
> http://msdn.microsoft.com/vfoxpro/
>
> *--Purchase VFP 9.0 here:
> http://www.microsoft.com/PRODUCTS/info/product.aspx?view=22&pcid=54787e64-52
> 69-4500-8bf2-3f06689f4ab3&type=ovr
>
> Keep an eye on the product lifecycle for Visual FoxPro here:
> http://support.microsoft.com/default.aspx?id=fh;[ln];lifeprodv
> - VFP5 Mainstream Support retired June 30th, 2003
> - VFP6 Mainstream Support retired Sept. 30th, 2003
>
>
>
>

RE: Menu Error (Memo file Missing / Invalid) by BankimDesai

BankimDesai
Thu Mar 24 00:07:03 CST 2005

Dear Lee,

Please note when exiting the fox it gives me the file with extension *.mnx.

The same can not be opened by use command & giving the same error. " memo
file is missing / invalid"

"Lee Mitchell" wrote:

> Hi BankimDesai:
>
> >While creating Menu in Fox 2. through following command
>
> >Crea menu temp
>
> >I am able to design the menu. But when i say save to the menu or generate
> >the menu it gives me following errors
>
> >'Memo file missing / Invalid '
>
> >& sometimes it gives me the error 'file not open'
>
> >What am i doing wrong.
>
> >Thanks
>
> Are you using FoxPro 2.0? Have you tried disabling any anti virus software?
> How about recompiling the Genmenu.prg into Genmenu.fxp?
>
>
> I hope this helps.
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> Sincerely,
> Microsoft FoxPro Technical Support
> Lee Mitchell
>
> *-- VFP9 HAS ARRIVED!! --*
> Read about all the new features of VFP9 here:
> http://msdn.microsoft.com/vfoxpro/
>
> *--Purchase VFP 9.0 here:
> http://www.microsoft.com/PRODUCTS/info/product.aspx?view=22&pcid=54787e64-52
> 69-4500-8bf2-3f06689f4ab3&type=ovr
>
> Keep an eye on the product lifecycle for Visual FoxPro here:
> http://support.microsoft.com/default.aspx?id=fh;[ln];lifeprodv
> - VFP5 Mainstream Support retired June 30th, 2003
> - VFP6 Mainstream Support retired Sept. 30th, 2003
>
>
>
>

Re: Menu Error (Memo file Missing / Invalid) by BankimDesai

BankimDesai
Thu Mar 24 00:09:01 CST 2005

Dear Paul,

the file can not be opened with use command as

use temp.mnx excl

after the command issued it can not be opened & it gives me the error as

"memo file missing / invalid "

Please try to solve this.

"Paul Lee" wrote:

> =?Utf-8?B?QmFua2ltIERlc2Fp?= <BankimDesai@discussions.microsoft.com>
> wrote in news:594DC7E1-A9B8-4B04-BF31-C53B5DC931DF@microsoft.com:
>
> > While creating Menu in Fox 2. through following command
> >
> > Crea menu temp
> >
> > I am able to design the menu. But when i say save to the menu or
> > generate the menu it gives me following errors
> >
> > 'Memo file missing / Invalid '
> >
> > & sometimes it gives me the error 'file not open'
>
> Try
>
> USE TheMenuFile.MNX Excl
> PACK
> USE
>
> If you get an error after the PACK command then your menu memo
> file is corrupt. Its got a memo pointer error.
> In that case you could try to design a new menu by copying the same
> features from the old one and then deleting the old one and renaming
> the new one.
> -----------------------------------------------------------------
> Paul Lee ........... Abri Technologies ......... http://abri.com/
> 'Recover' - top rated FoxPro file repair utility.
> -----------------------------------------------------------------
>

Re: Menu Error (Memo file Missing / Invalid) by Leonid

Leonid
Sun Mar 27 05:47:46 CST 2005

Using FPD 2.0 I saw this error with screens and especially reports on fast
computers. When trying save report I usually receive error 'Memo file
missing / Invalid '. In such a case I discard changes to my report, go to
the directory with my project, locate temporary file (something like
12345678.tmp) with the latest modification time (if you didn't have any
before, there will be only one) and rename it to Rep_name.frt. Then you can
open this report and it will be as if you saved it normally. For some
reasons FoxPro forgets to rename it. I beleive there is something similar
with menus.

Leonid

"Bankim Desai" <BankimDesai@discussions.microsoft.com> wrote in message
news:594DC7E1-A9B8-4B04-BF31-C53B5DC931DF@microsoft.com...
> While creating Menu in Fox 2. through following command
>
> Crea menu temp
>
> I am able to design the menu. But when i say save to the menu or generate
> the menu it gives me following errors
>
> 'Memo file missing / Invalid '
>
> & sometimes it gives me the error 'file not open'
>
> What am i doing wrong.
>
> Thanks



Re: Menu Error (Memo file Missing / Invalid) by BankimDesai

BankimDesai
Tue Mar 29 04:07:02 CST 2005

Dear Leonid,

It some how worked by deleting all the *.tmp files as well as filename.frt &
filename.frx files.

but, still i have a little problem.

My menu works only when i select the command second time.
On the first select that is pressing alt+m (shortcut) for pad select it does
not do anything . But on second selcect alt+m (shortcut) it gives me menu bar.


"Leonid" wrote:

> Using FPD 2.0 I saw this error with screens and especially reports on fast
> computers. When trying save report I usually receive error 'Memo file
> missing / Invalid '. In such a case I discard changes to my report, go to
> the directory with my project, locate temporary file (something like
> 12345678.tmp) with the latest modification time (if you didn't have any
> before, there will be only one) and rename it to Rep_name.frt. Then you can
> open this report and it will be as if you saved it normally. For some
> reasons FoxPro forgets to rename it. I beleive there is something similar
> with menus.
>
> Leonid
>
> "Bankim Desai" <BankimDesai@discussions.microsoft.com> wrote in message
> news:594DC7E1-A9B8-4B04-BF31-C53B5DC931DF@microsoft.com...
> > While creating Menu in Fox 2. through following command
> >
> > Crea menu temp
> >
> > I am able to design the menu. But when i say save to the menu or generate
> > the menu it gives me following errors
> >
> > 'Memo file missing / Invalid '
> >
> > & sometimes it gives me the error 'file not open'
> >
> > What am i doing wrong.
> >
> > Thanks
>
>
>

Re: Menu Error (Memo file Missing / Invalid) by Leonid

Leonid
Tue Mar 29 07:51:12 CST 2005

Sorry, it was many years ago I worked in FPD, and I rarely used menus in
FPD, so I don't remember this problem

Leonid


"Bankim Desai" <BankimDesai@discussions.microsoft.com> wrote in message
news:F74BAED6-ABCE-4181-9C38-830C16EB6C19@microsoft.com...
> Dear Leonid,
>
> It some how worked by deleting all the *.tmp files as well as filename.frt
> &
> filename.frx files.
>
> but, still i have a little problem.
>
> My menu works only when i select the command second time.
> On the first select that is pressing alt+m (shortcut) for pad select it
> does
> not do anything . But on second selcect alt+m (shortcut) it gives me menu
> bar.
>
>
> "Leonid" wrote:
>
>> Using FPD 2.0 I saw this error with screens and especially reports on
>> fast
>> computers. When trying save report I usually receive error 'Memo file
>> missing / Invalid '. In such a case I discard changes to my report, go to
>> the directory with my project, locate temporary file (something like
>> 12345678.tmp) with the latest modification time (if you didn't have any
>> before, there will be only one) and rename it to Rep_name.frt. Then you
>> can
>> open this report and it will be as if you saved it normally. For some
>> reasons FoxPro forgets to rename it. I beleive there is something similar
>> with menus.
>>
>> Leonid
>>
>> "Bankim Desai" <BankimDesai@discussions.microsoft.com> wrote in message
>> news:594DC7E1-A9B8-4B04-BF31-C53B5DC931DF@microsoft.com...
>> > While creating Menu in Fox 2. through following command
>> >
>> > Crea menu temp
>> >
>> > I am able to design the menu. But when i say save to the menu or
>> > generate
>> > the menu it gives me following errors
>> >
>> > 'Memo file missing / Invalid '
>> >
>> > & sometimes it gives me the error 'file not open'
>> >
>> > What am i doing wrong.
>> >
>> > Thanks
>>
>>
>>



Re: Menu Error (Memo file Missing / Invalid) by Paul

Paul
Tue Apr 05 17:42:30 CDT 2005

If that is the case it may simply be a corrupt memo pointer counter
and possibly could be repaired like other DBF/FPT files.

=?Utf-8?B?QmFua2ltIERlc2Fp?= <BankimDesai@discussions.microsoft.com>
wrote in news:F081CAFA-4144-4071-89E8-9F0A223CD174@microsoft.com:

> Dear Paul,
>
> the file can not be opened with use command as
>
> use temp.mnx excl
>
> after the command issued it can not be opened & it gives me the error
as
>
> "memo file missing / invalid "
>
> Please try to solve this.
>
> "Paul Lee" wrote:
>
>> =?Utf-8?B?QmFua2ltIERlc2Fp?= <BankimDesai@discussions.microsoft.com>
>> wrote in news:594DC7E1-A9B8-4B04-BF31-C53B5DC931DF@microsoft.com:
>>
>> > While creating Menu in Fox 2. through following command
>> >
>> > Crea menu temp
>> >
>> > I am able to design the menu. But when i say save to the menu or
>> > generate the menu it gives me following errors
>> >
>> > 'Memo file missing / Invalid '
>> >
>> > & sometimes it gives me the error 'file not open'
>>
>> Try
>>
>> USE TheMenuFile.MNX Excl
>> PACK
>> USE
>>
>> If you get an error after the PACK command then your menu memo
>> file is corrupt. Its got a memo pointer error.
>> In that case you could try to design a new menu by copying the same
>> features from the old one and then deleting the old one and renaming
>> the new one.
-----------------------------------------------------------------
Paul Lee ........... Abri Technologies ......... http://abri.com/
'Recover' - top rated FoxPro file repair utility.
-----------------------------------------------------------------