Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why?
Message
De
11/01/1999 08:17:17
John Baird
Coatesville, Pennsylvanie, États-Unis
 
 
À
09/01/1999 07:50:40
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Why?
Divers
Thread ID:
00174204
Message ID:
00174602
Vues:
31
The REPLACE example was just an example. We were talking about the technical reasons behind the prohibition. Thanks for the help.

>>can I do this:
>>
>>this.cView = 'ViewName'
>>lcView = this.cView
>>
>>REPLACE &lcView..FieldName WITH value
>>
>>and not this:
>>
>>REPLACE &this.cView..FieldName WITH value?
>>
>>
>
>Macro substitution doesn't work properly on properties. Why not:
>
>REPLACE (lcView + '.FieldName') WITH VALUE
>
>and
>
>REPLACE (this.cView + '.Fieldname') WITH VALUE
>
>which should always work...and is faster, too.
>
>>Thanks in advance.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform