Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Clear DEBUGOUT window under program control
Message
De
30/12/2001 08:22:37
 
 
À
30/12/2001 08:10:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00599223
Message ID:
00599224
Vues:
15
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!

Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform