Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Clear DEBUGOUT window under program control
Message
From
30/12/2001 08:22:37
 
 
To
30/12/2001 08:10:05
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00599223
Message ID:
00599224
Views:
14
This message has been marked as a message which has helped to the initial question of the thread.
Try the following:
IF Type([_Screen.ActiveForm])=[O]
    loForm = _Screen.ActiveForm
Else
    loForm = _Screen
EndIF
RELEASE WINDOW 'Debug Output'
ACTIVATE WINDOW 'Debug Output'
loForm.Activate
Zlatin Zlatev,
MCSD (VS6)

Make solutions, not programs!

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform