Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Close ALL forms
Message
 
 
To
01/06/2001 05:54:21
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00513626
Message ID:
00514067
Views:
13
Kev, Jens and James

You should get in the habit of calling QueryUnload() and only issue the Release() call if the form says that it's ok to release it.
for lnCount = 1 to _screen.FormCount
   if ( _screen.Forms[1].QueryUnload() )
      _screen.Forms[1].Release()
   endif
endfor
>>FOR x = 1 TO _Screen.FormCount
>>_Screen.FOrms(x).Release()
>>ENDFOR
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform