Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Invalid memo file
Message
 
 
À
12/03/2005 14:59:43
Linda Morgan
Garden City Community College
Garden City, Kansas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
00995187
Message ID:
00995191
Vues:
16
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform