Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Example of form that won't release in VFP7
Message
From
26/10/2001 16:15:01
Marco Beuk
Innovero Software Solutions
The Hague, Netherlands
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00566754
Message ID:
00573964
Views:
21
>> If you find a workaround could you let me know?
>
>Will do. So far, all I've come up with is CLEAR ALL, which is kind of harsh.

An ugly but interesting work-around we found is setting a different property in the assign method. So instead of This.ofrm = vNewVal issue This.ofrm2 = vNewVal.
Create an access method for ofrm wherein you issue the single line: return ofrm2.

I know this work around will not be acceptable for many of you but it could be interesting information that can be used trying to understand wat is going on here in order to find a better work around (or even bugfix?)

See our thread named Cross reference objects in the Object Oriented Programming section for a 17 lines of code procedure that causes an amazing increase of memory usage.

Marco.
Previous
Reply
Map
View

Click here to load this message in the networking platform