Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Determining number of objects in a form
Message
De
22/11/1999 19:12:45
 
 
À
22/11/1999 18:56:17
Jorge Haro
Independent Consultant
Juarez, Mexique
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00294135
Message ID:
00294140
Vues:
36
Hi Jorge,

>I'm trying to use the objects collection, in the debugger it says that it's an array, the help file indicates the same but if I use alen(ThisForm.Objects), I get an error saying "Objects is not an array", wrong syntax?.

Try using "Controls" instead of "Objects", then you can use "Controlcount" too.

FOR EACH loControl IN This.Controls
*CODE
ENDFOR
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform