Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Leftover class instance
Message
De
21/11/2007 14:24:00
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Leftover class instance
Divers
Thread ID:
01270548
Message ID:
01270548
Vues:
58
This code, which is called by a button,
for each oControl in thisform.Controls
	if oControl.class = "Mergeclass"
		thisform.RemoveObject(oControl.name)
	endif
endfor		
Leaves 1 instance of the target class remaining on the form. Any ideas why?
I thought maybe it was a focus issue but focus is switched to the button when it is clicked.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform