Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Loop through record's fields
Message
De
19/09/2007 13:13:20
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
 
 
À
19/09/2007 13:07:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
01255535
Message ID:
01255553
Vues:
15
>>I'm getting "operator/operand mismatch" on this line:
>>
>>
>>	       lcString = lcString + EVALUATE(FIELDS(lnFor,ALIAS())) + [,]
>>
>>
>>
>>
>Sorry, it should be:
>
>   lcString = lcString + TRANSFORM(EVALUATE(FIELDS(lnFor,ALIAS()))) + [,]
>
Ok, I got it. I had to set lcString to '' first.

But now, how do I get rid of all the ',' that are getting put into my empty fields? I want them to stay empty in the string.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform