Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Object Properties in an Array
Message
 
À
18/01/1999 18:20:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00177391
Message ID:
00177407
Vues:
34
Thank you all for your help, I think I have it figured out now.

--Thom



>Thom,
>
>Now that understands better what you need, you could do something like this:
>
>private x
>
>nLenght=aMembers(aMyArray,oMyObject)
>
>for x=1 to nLenght
> if substr(aMyArray(x),1,3)='ABC' && Substitute this of course
> txtProperty=aMyArray(x)
> txtValue=oMyObject..&txtProperty
> (...) && Add it to your listbox,etc
> endif
>endfor
>
>I havent tested this code, but it should work more or less.
>
>:)
>
>Pascal
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform