Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ON SHUTDOWN procedure not working
Message
De
28/10/1998 16:18:33
Donny Sims
Independent Computer Consultants Inc
Scottsboro, Alabama, États-Unis
 
 
À
28/10/1998 15:34:39
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00151892
Message ID:
00151925
Vues:
15
John

I tried your suggestion but it had no effect. Thanks anyway.

Donny

>Add an ON SHUTDOWN with nothing after it as the first line in Procedure MyShutDown.
>
>>Someone please tell me what I'm doing wrong, I think this should be all the meaningful parts:
>>
>>
>>SELE 0
>>USE UserInfo
>>
>>ON SHUTDOWN DO MyShutdown
>>
>>DO FORM MyMenu
>>
>>READ EVENTS
>>
>>CLEAR ALL
>>CLOSE ALL
>>QUIT
>>
>>DEFINE CLASS MyTimer AS Timer
>>	Interval = 3000
>>	PROCEDURE Timer
>>          KEYBOARD '{ENTER}'
>>	ENDPROC
>>ENDDEFINE
>>
>>PROCEDURE MyShutdown
>>CLEAR ALL
>>CLOSE ALL
>>QUIT
>>ENDPROC
>>
>>
>>
>>Exiting with CLEAR EVENTS and ThisForm.Release from the MyMenu form works fine but if the X button on the form is selected the MyShutdown procedure *does not* run leaving the UserInfo file open so I have to reboot the computer to close it. I put in ON SHUTDOWN MESSAGEBOX('SHUTDOWN') and the Messagebox fired so I know the event handler is working (of course I had to reboot then to close the app). I'm working with VFP 5.0a on this.
>>
>>TIA
Donny Sims

Life is what happens to us while were busy making other plans.
- John Lennon
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform