Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can't clear CAD / DTE classes
Message
From
22/06/2016 09:47:12
 
 
To
22/06/2016 08:36:24
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Miscellaneous
Thread ID:
01637449
Message ID:
01637564
Views:
75
The problem, apparently, is that when you open the class awFrmLogError, then awteLogError is read too because is referenced as DEClass, and then remains in memory until you quit.

I've made a quick reading of the code, and have 3 suggestions:

1) Needs a clenup (I mean a very BIG one, with Beautify and the like :)

2) Some parts of the code are prone to C0000005 errors, because you are using RETURNs in the middle of a WITH..ENDWITH (this is an old known one. Others can tell you)

3) You are so Javascript influenced, that you terminate many LOCALs with ";", when VFP only use this as continuation line and not as ending line, like Javascript (you are tempting the luck :)


Best Regards.-


>Alas, I'm afraid so
>
>>Ok, now with this new version it happens to me too. Class is in use :(
>>
>>
>>>Fernando, you're a magician!
>>>
>>>aw.vcx/vct are not included in the GitHub distribution; there is aw.vc2, I just realized it was last updated in 2015, while we created aw???logerror classes 2 weeks ago!
>>>
>>>Now aw.vc2 is up to date on https://github.com/FoxInCloud/FoxInCloud-AB.git, it'd be great if you can test again...
>>>
Fernando D. Bozzo
Madrid / Spain
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform