Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot Quit Visual Foxpro
Message
 
To
05/11/2004 05:42:38
Dino Liberale
Ministero Lavori Pubblici
Trieste, Italy
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00958426
Message ID:
00958430
Views:
17
i.e.
** Main.PRG
....
DO FORM MainForm
READ EVENTS

** The folowind code will be executed after CLEAR EVENTS 
CLEAR DLLS
CLEAR ALL
RELEASE ALL EXTENDED
CLOSE DATA ALL
ON SHUTDOWN
ON ERROR
SET LIBRARY   TO
SET PROCEDURE TO
SET MESSAGE TO


****** Main Form Button Click event
thisform.Release()
CLEAR EVENTS
>Hi all,
>I have a main prog that create a application object (a top level form class).
>When close the program, I see in task manager and see that the process of this program is just alive. When shud down ths system show an error window with "Cannot Quit Visual Foxpro".
>The "clear events" is in a button click event of the top form app.
>What should I do to release the process ?
>T.I.A.
>
>Dino
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform