Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Macro Substitution - Epilogue
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00736706
Message ID:
01127686
Vues:
30
>Exactly! Or if you want to operate with the dynamic object, you can use
>
>loObject = evaluate('thisform.myPageFrame.page1.' + lcName)
>
>with loObject
>   ...
>endwith
>
>or even avoid loObject and use
>with evaluate('thisform.myPageFrame.page1.' + lcName)
>
>endwith
>
>if logic allows.

Somebody here on UT suggested
loObject = GETPEM(thisform.myPageFrame.page1, lcName)
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform