Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Menu selection clear read
Message
 
To
21/07/1998 12:37:29
Shihchau Tai
Apic Systems Pte Ltd
Singapore, Singapore
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00117246
Message ID:
00120265
Views:
22
>>>>>>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,
>>>
>>>By the way, this doesn't clear read. I need to allow the user to select any menu option to run. When it is selected, all screens will be cleared and the new screen will be activated.
>>
>>No it doesn't clear the foundation read. There should, however, be a valid clause on it that makes sure that the read gets cleared, or something in the deactivate code to clear it. If you need a sample, let me know.
>
>Sorry for the late reply. Can you send me a simple sample or explain how you do it?

I'm on vacation right now. I'll post something the beginning of next week.
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform