Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
HELP! Forms are not released
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
HELP! Forms are not released
Divers
Thread ID:
00137724
Message ID:
00137724
Vues:
48
I change my code to

lnFormToClose = 1
FOR lnForm = 1 TO _screen.FormCount
IF _screen.Forms(lnFormToClose).Baseclass == "Form"
_screen.Forms(lnFormToClose).Release()
ELSE
lnFormToClose = lnFormToClose + 1
ENDIF
ENDFOR

but, when I have Grid in form and that Grid has focus, the form is not released, when other control has focus the form is released properly.

I don't know what to do. (Snip, snip...) :-)


Tnx Boris
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform