Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Macro substitution for properties?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00221190
Message ID:
00221360
Vues:
13
I think you want to do something like this:

* grdX.column(variable).controlsource = x
For I=1 to Y
Variable = ALLT(STR(I)) + '.'
grdX.column&Variable.controlsource = x
EndFor

I have done this many times.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform