Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
On Shutdown woes
Message
De
26/08/1997 08:59:23
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
On Shutdown woes
Divers
Thread ID:
00046898
Message ID:
00046898
Vues:
91
Hi everyone.

I am trying to write an on shutdown routine that will work just like my file - exit routine. It goes something like this:

FUNCTION OnShutdown()
IF goapp.glOK2Quit THEN
goapp.glOK2Quit = .F.
IF goApp.CleanUp()
RELEASE goApp
ELSE
goapp.glOK2Quit = .F.
ENDIF
ENDIF


The code works fine when executed from the menu. On different occasions, I get the error "A stored Procedure is executing" on CLOSE DATA ALL after I have release my application aobjecvt and reset the environment. Why is this happening and what can I do about it?

TIA

Marcia
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform