Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I close the class designer?
Message
De
06/06/2003 16:46:50
 
 
À
06/06/2003 16:41:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00797430
Message ID:
00797491
Vues:
13
Hi Gunnar,
Does this work for you?
my _ParentClassBrowser doesn't show up in _Screen.Forms. It's a separate object in _Screen.
the Class Designer doesn't show up in _Screen anywhere that I can find.

>i know this is not the solution to your problem, but it might help:
>CLEAR
>
>FOR i=1 TO _SCREEN.FORMCOUNT
>	?_SCREEN.FORMS[i].NAME + " - " + _SCREEN.FORMS[i].CAPTION
>	* *** _PARENTCLASSBROWSER
>	* *** FORM1
>	* *** CLASSBROWSER1
>	IF UPPER(_SCREEN.FORMS[i].NAME) = "_PARENTCLASSBROWSER"
>		*_SCREEN.FORMS[i].RELEASE()
>	ENDIF
>ENDFOR
>
>
>
>>I'm using VFP 7.0
>>
>>I'd like to programically close the class designer, but I can't find any way to do it.
>>
>>I have the name of the window and the lnwhandle (using foxtools), but I can't find a command that will close the window.
>>
>>TIA
Bill Morris
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform