Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Missing procedures in shutdown
Message
De
03/05/2001 10:32:20
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Missing procedures in shutdown
Divers
Thread ID:
00503019
Message ID:
00503019
Vues:
69
there is a small function that I call quite regularly called closedbf(), which will ensure a table ( or cursor ) is closed.

during shutdown though, this function is suddenly missing if there is a form open in the screen. I've placed the code:
for i = _Screen.formcount to 0 skip -1
     _screen.form(i).release
endfor
I even tried adding a set procedure ... statement as the first line in the shutdown procedure, but it had no effect.

why does this funnction dissappear? ( haven't tested for other functions yet )

- jer
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform