Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
All methods disappeared
Message
From
24/09/2015 01:52:41
Walter Meester
HoogkarspelNetherlands
 
 
To
23/09/2015 23:14:11
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01625013
Message ID:
01625018
Views:
89
Likes (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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform