Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to clear Debug Output window?
Message
From
24/12/2008 08:17:22
 
 
To
24/12/2008 06:51:04
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01369536
Message ID:
01369585
Views:
8
>>Hi,
>>
>>Instead of right-click and select [Clear], is it possible to programmatically clear the content of the debugger's "Debug Output" window?
>>For example, a button on my form such that when it is pressed, it clear whatever there in the debug output window...
>
>A workaround is:
>
>RELEASE WINDOW "DEBUG OUTPUT"
>ACTIVATE WINDOW "DEBUG OUTPUT"
>
By your inspiration, I try this:
IF WEXIST([Debug Output])
	cFrmWin = WOUTPUT()
	RELEASE WINDOWS [Debug Output]
	ACTIVATE WINDOW [Debug Output]
	ACTIVATE WINDOW (cFrmWin)
ENDIF
and it works great!

Thank you very much!
Previous
Reply
Map
View

Click here to load this message in the networking platform