Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Close any open form before exit
Message
From
15/06/2004 14:54:56
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00913951
Message ID:
00914003
Views:
14
Not tested code ( and comming into the thread late ):
DO While _Screen.FormCount > 0
  _Screen.Forms( 1 ).Release
ENDDO
No need for a Var ( x ) and no need for the IF/ENDIF
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform