Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ON SHUTDOWN procedure not working
Message
De
28/10/1998 15:34:39
 
 
À
28/10/1998 15:28:43
Donny Sims
Independent Computer Consultants Inc
Scottsboro, Alabama, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00151892
Message ID:
00151898
Vues:
13
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
------------------------------------------------
John Koziol, ex-MVP, ex-MS, ex-FoxTeam. Just call me "X"
"When the going gets weird, the weird turn pro" - Hunter Thompson (Gonzo) RIP 2/19/05
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform