Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
For Each ...in Thisform
Message
 
 
À
16/11/2003 19:35:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00850516
Message ID:
00850521
Vues:
17
Try
FOR EACH oControl IN THISFORM.Controls
	IF oControl.baseclass = 'Textbox'
		WAIT WINDOW oControl.name
	ENDIF
ENDFOR
>How to find out every textbox in the FORM. I try to use FOR EACH, but system prompt me error :
>
>
>FOR EACH oControl IN THISFORM
> IF oControl.baseclass = 'TEXTBOX'
> WAIT WINDOW oControl.name
> ENDIF
>ENDFOR
>
>
>Thanks.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform