Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Display properties of an object
Message
 
 
À
17/07/2007 10:34:11
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01241080
Message ID:
01241083
Vues:
31
This message has been marked as the solution to the initial question of the thread.
>I want to display all the properties of an object one-by-one, but if I don't know the name of the property, can I still do it?
>
>
>FOR iFields = 1 TO EVALUATE('loObj'+LTRIM(STR(m.ix))+".FieldCount")
>	? ALLTRIM(UPPER(EVALUATE('loObj'+LTRIM(STR(m.ix))+".NextProperty")))
>ENDFOR
>
Yes, read help on AMEMBERS() function.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform