Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grouping a bunch of textboxes
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00154782
Message ID:
00154809
Vues:
16
Tim,

a couple of options

use a container object for the controls, then in a method
PRIVATE nCnt
nCnt = 0

FOR n = 1 TO Thisform.Ctr.ControlCount
nCnt = nCnt + Thisform.Ctr.Controls[n].Value
ENDFOR
nCnt will have the SUM

Or just use an array for the control source and summ that

-Tom
-TomC
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform