Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Equivalents for WONTOP() etc?
Message
From
30/06/1999 19:30:11
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00234472
Message ID:
00236223
Views:
30
>
>You need not check WONTOP(); a simple solution using the VFP Forms collection would look like:
>
>
FOR EACH oForm in _VFP.Forms
>   oForm.Release()
>ENDFOR
>

worked a treat

thanks

Harry
Previous
Reply
Map
View

Click here to load this message in the networking platform