Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Invalid memo file
Message
 
 
To
12/03/2005 14:59:43
Linda Morgan
Garden City Community College
Garden City, Kansas, United States
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00995187
Message ID:
00995191
Views:
17
Linda,

Make backup copy of your class library just in case, and try following.
* Open class library as a table
USE myclasslib.vcx EXCL
* Wipe out compiled code
REPLACE ALL objcode with SPACE(0)
PACK
USE 
* Recompile class library
COMPILE CLASSLIB myclasslib.vcx
>I have reviewed the many threads on the invalid memo error with VFP 9, however, haven't seen any real solutions other than reinstalling VFP 8 and recompiling. If this is the only solution, so be it but was hoping it would be easier than that.
>
>I have a number of projects which are using a specific VCX library - myforms.vcx. My other VCX libraries are working ok, but this particular one is throwing invalid memo file errors (in all of my projects.)
>
>I pulled up the VCX in table form and some of the Memo fields point to directories that are no longer valid but I don't want to start messing with the table itself if there is another solution.
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform