Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to clear Debug Output window?
Message
De
24/12/2008 08:17:22
 
 
À
24/12/2008 06:51:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01369536
Message ID:
01369585
Vues:
7
>>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!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform