Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ACTIVATE WINDOW
Message
 
À
11/05/2001 16:42:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Divers
Thread ID:
00506381
Message ID:
00506468
Vues:
17
>>Steve,
>>
>>You mean, of course, when debugging within the design environment, right?
>>
>>If so, it's the same process you'd use when hiding the standard toolbar. Namely, something like
IF WEXIST("PROJECT MANAGER")
>>  HIDE WINDOW "PROJECT MANAGER"
>>ENDIF
When exiting
IF WEXIST("PROJECT MANAGER")
>>  SHOW WINDOW "PROJECT MANAGER"
>>ENDIF
My Is_Run() doesn't check child windows. However, the _VFP system variable can tell you how many projects are open and give you a reference to the current project via the ActiveProject Object.
>>
>
>
>There!

Thanks, Steve, but it wasn't necessary.< s >(Parenthetically notes that he didn't have a clue as to the meaning of this messaage until he checked the map< g >).
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform