[AccessD] Clear Debug Window Programmatically

Charlotte Foust cfoust at infostatsystems.com
Mon Aug 15 10:59:25 CDT 2005


Arthur,

Here's a link to an older VB routine for this:
http://www.vb-helper.com/howto_clear_debug_window.html
And here's one in VBA, but it requires the extensibility library to
reference the VBE:
http://chrisrae.com/vba/routines/deletetextindebugwindow2.html

Charlotte


-----Original Message-----
From: Arthur Fuller [mailto:artful at rogers.com] 
Sent: Saturday, August 13, 2005 7:12 PM
To: 'Access Developers discussion and problem solving'
Subject: RE: [AccessD] Clear Debug Window Programmatically


I thought that I had explained why I want to do it programmatically, but
in case I didn't or it was missed, I shall repeat: I sprinkle my code
with liberal doses of Debug.Print statements, particularly when
debugging or exploring new corners. I might put a breakpoint on several
statements at the end of a string of such Debug.Print statements. The
window rapidly fills up. I want to be able to do housecleaning at
certain points, such that the debug window contains only the results
since my last housecleaning.

It's not a big deal. I can survive as I have been doing. I simply
wondered whether there was a statement equivalent to clearing the debug
window.

Arthur

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Charlotte
Foust
Sent: August 9, 2005 4:35 PM
To: Access Developers discussion and problem solving
Subject: RE: [AccessD] Clear Debug Window Programmatically

I realize that you asked for a programmatic method.  However, since the
debug window is only available in the VBE, I didn't see any purpose in a
programmatic method ... In XP and above, of course. <g>  You didn't
indicate the version or WHY you needed it, so it's your own fault if we
wandered off in another direction! LOL

Charlotte Foust

-- 
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com



More information about the AccessD mailing list