Discussion:
Fixing tables
(too old to reply)
dp
2005-11-29 19:38:19 UTC
Permalink
Hi,

Occasionally I get a message "memo file invalid or missing" . In 7 it mostly
was easy to fix by

Use mytable
copy to temp
zap
append from temp

and the memo file usually was ok. In 9 it does not let you open the file at
all so you cannot do the above. How to fix the file then in 9?

TIA
Fred Taylor
2005-11-30 01:06:11 UTC
Permalink
Have you tried SET TABLEVALIDATE TO 0 ?
--
Fred
Microsoft Visual FoxPro MVP
Post by dp
Hi,
Occasionally I get a message "memo file invalid or missing" . In 7 it mostly
was easy to fix by
Use mytable
copy to temp
zap
append from temp
and the memo file usually was ok. In 9 it does not let you open the file at
all so you cannot do the above. How to fix the file then in 9?
TIA
Loading...