Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange error
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00706800
Message ID:
00707260
Views:
20
>I have a few objects still alive when I exit the form.
>I know that in VB you can say Set ObjectName = Nothing , to release these objects.
>
>How do I do that in VFP?

oObjectName = NULL

or

RELEASE oObjectName

If the objects are stored in form properties, I'd suggest using the notation:

thisform.oObjectName = NULL
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Reply
Map
View

Click here to load this message in the networking platform