Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I use a parameter
Message
 
 
À
12/06/2001 10:40:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00518121
Message ID:
00518385
Vues:
13
>You can use macro substitution. For example:
>local lcVar
>lcVar='page'+alltrim(str(x))
>thisform.pageframe1.&lcVar..myproperty=.t.

Hi Danko,

I would write it this way:
store .t. to ('thisform.pageframe1.'+m.lcVar+'.myProperty')
No macro substitution.
If it's not broken, fix it until it is.


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

Click here to load this message in the networking platform