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:41:07
 
 
À
06/06/2003 15:15:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00797430
Message ID:
00797490
Vues:
11
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform