Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot quit visual foxpro
Message
From
04/07/2001 16:26:43
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00526105
Message ID:
00526767
Views:
15
>>>I've created a .exe
>>>
>>> When I click at the upper-right side X at the corner
>>> I appears the message:
>>>
>>> Cannot quit visual foxpro
>>>
>>> What do I have to do ?
>>
>>
>>You could get that message if you have open connections, open references to objects, etc.
>>
>>Make sure you clean up (do garbage collection) by setting object references to NULL or use RELEASE. Also look at the following commands:
>>CLEAR ALL
>>RELEASE ALL
>>CLOSE ALL
>>ON SHUTDOWN
>
>Additionally, make sure that if you use any arrays that you clear their contents
>as well as the arrays themselves.

Why? What good would that do? CLEAR ALL will certainly zap the contents of an array just fine.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform