Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Class code not updating
Message
De
28/12/2009 18:40:54
Scott Malinowski
Arizona Fox Software LLC
Arizona, États-Unis
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01440971
Message ID:
01440975
Vues:
47
Naomi,

I'm positive it's the write class. I set a breakpoint in the code and it stops at the breakpoint. I tried everything you can probably think of except re-install VFP, which seems to be the next and only option left. I rebooted my system a couple of times...that didn't have any effect on it. I moved the class from one class library to another and then back again and that did not work either. It's very frustrating to say the least... thanks for the reply!

Scott

>Scott,
>
>Are you sure that the correct class from the right classlib is used? Did you try re-starting VFP?
>
>>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform