Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Class code not updating
Message
From
28/12/2009 18:27:28
Scott Malinowski
Arizona Fox Software LLC
Arizona, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Class code not updating
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01440971
Message ID:
01440971
Views:
162
Greetings!

In VFP9 SP1, when I add a new class to a specific class library OR modify class method code for a class in the same class library, VFP is not recognizing either of them?

For modifying a class method, I had code like this:
IF This.lnSchHrsToDate + This.lnScheduledHours > This.lncoursehours
This.lnscheduledhours = This.lncoursehours - This.lnschhrstodate
This.lnschhrstodate = This.lncoursehours
ELSE
This.lnSchHrsToDate = This.lnSchHrsToDate + This.lnScheduledHours
ENDIF

Changed it to:
*!* IF This.lnSchHrsToDate + This.lnScheduledHours > This.lncoursehours
*!* This.lnscheduledhours = This.lncoursehours - This.lnschhrstodate
*!* This.lnschhrstodate = This.lncoursehours
*!* ELSE

This.lnSchHrsToDate = This.lnSchHrsToDate + This.lnScheduledHours

*!* ENDIF

But, when I run it in the debugger, the source code is the code BEFORE I made the Change, which means the object code has not changed?

I have used Rich Schummer's HackCX tool to delete the object code and recompiled it. I have changed the names of the classes, etc. No matter what I do, I cannot get VFP to recognize the changes???

What's with that anyone?

Thanks,

Scott M.
Next
Reply
Map
View

Click here to load this message in the networking platform