Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
All methods disappeared
Message
De
24/09/2015 01:52:41
Walter Meester
HoogkarspelPays-Bas
 
 
À
23/09/2015 23:14:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01625013
Message ID:
01625018
Vues:
90
J'aime (1)
>VFP 9
>I just lost a day's work when all methods in a large class library went blank.
>I have a back up from yesterday but all of today's intense work is gone.
>Every method in the class library is there but with no code.
>Arggggh!
>Any ideas before I start over?

Bill,

1. you can open the classlib as a table. Make sure SET DELETED = OFF. Multiple versions of the same class might be there. You might recover the code from there.
2. if you build a working exe from it, you might be able to recover from there.
ON KEY LABEL F9 SELECT * FROM MyClassLIB.VCX INTO DBF MyCopy.VCX 
DO MYAPP.EXE
Press F9
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform