Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why my Forms are not released ???
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Why my Forms are not released ???
Miscellaneous
Thread ID:
00135402
Message ID:
00135402
Views:
48
When I want to exit my application I execute the folowing code:

FOR EACH loForm IN application.Forms
IF TYPE("loForm") == "O" AND loForm.Baseclass == "Form"
IF !loForm.QueryUnload()
RETURN .F.
ENDIF
loForm.Release()
ENDIF
ENDFOR

but the opened forms are not released. Why ????


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