Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HELP! Forms are not released
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
HELP! Forms are not released
Miscellaneous
Thread ID:
00137724
Message ID:
00137724
Views:
49
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.
Next
Reply
Map
View

Click here to load this message in the networking platform