Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why cannot use & with Thisform.SomeProperty
Message
 
 
À
04/05/2009 16:29:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01397844
Message ID:
01397859
Vues:
115
You can get the same result w/o macro substitution
llFound = SEEK(EVAL(Thisform.cSeekValueRef))
>Does not work:
>
>
>seek &Thisform.cSeekValueRef
>
>
>Does work:
>
>
>lcSeekValueRef=Thisform.cSeekValueRef
>seek &lcSeekValueRef
>
>
>Am I correct? Why is it this way?
>
>It forces me to create a lot of local vars just for the temporary use of what is shown above.
>
>.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform