Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Menu selection clear read
Message
From
15/07/1998 01:54:49
Shihchau Tai
Apic Systems Pte Ltd
Singapore, Singapore
 
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00117246
Message ID:
00117478
Views:
19
>>>I want to cleanup and close any opened screens when I select on another menu pad. How do I code that?
>>
>>I don't know what other chores have to be done, but the following should work:
>>WHILE NOT EMPTY(WONTOP())
>>  RELEASE WINDOW (WONTOP())
>>ENDO
>
>Whoops, syntax error! Try:
>WHILE NOT EMPTY(WONTOP())
>  RELEASE WINDOW (WONTOP())
>ENDDO
>Sorry,

Thanks.
Previous
Reply
Map
View

Click here to load this message in the networking platform