Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Find textbox on form
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00740225
Message ID:
00740231
Vues:
16
This message has been marked as the solution to the initial question of the thread.
>Good day to everyone,
>
>Is there anyway to find the number of controls on a form that are textbox's?
>
>Thanks, Chuck

The only way I can think of
FOR EACH loControl IN thisForm.Controls
     IF loControl.BaseClass = "Textbox"
          n = n +1
     ENDIF
ENDFOR
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform