Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Programmatically clearing the debug output window
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00270653
Message ID:
00271051
Views:
19
...and the following works in a program
IF WEXIST("Visual FoxPro Debugger")
  IF WEXIST("Debug Output")
    RELEASE WINDOW DEBUG OUTPUT
    ACTIVATE WINDOW "DEBUG OUTPUT"
  ENDIF
  ZOOM WINDOW "Visual FoxPro Debugger" MIN
ENDIF
and minimizes the debugger.
George

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

Click here to load this message in the networking platform