Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I remove subclass method codes?
Message
From
01/01/2011 04:58:04
 
 
To
31/12/2010 02:25:13
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01494213
Message ID:
01494276
Views:
62
>Hi,
>
>I have a class A in A.VCX and its subclass B which is stored in B.VCX
>
>In A there a method lTest() added by me with some codes and in B.lTest() I have also insert some codes.
>
>Later, I decide to remove lTest() totally, so I start by removing method lTest() in A first.
>When I open up class B, as expected lTest() is gone and no more there in the property windows.
>
>But if I manually open up B.VCX as a table and check, I can actually locate those codes that I previously inserted in B.lTest() method. The method is still there though it is not shown in the property windows, So, when will VFP actually remove those codes? (Will VFP ever remove it?) Or how can I force that to happen?

VFP pack a VCX only when you save a class without a changes!

Then:
Open it and save it.
Previous
Reply
Map
View

Click here to load this message in the networking platform