Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Control Arrays -- how to make 'em
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00096935
Message ID:
00098348
Vues:
37
>Jeff,
>
>You can process the thisform.Controls[] array and create another array of three columns.
>
n = 1
>for each oCoontrol in this.Controls
>   if ( "cbo" $ oControl.Name )
>      dimension this.maPairing[n,3]
>      n = n + 1
>      this.maPairing[n,1] = oControl
>   endif
>endfor

>
For each --- is it new to VFP5? can't find it in my VFP3 help! Looks like a useful command.

Sarah
Sarah King
pcpropertymanager.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform