Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Loop through record's fields
Message
 
 
À
19/09/2007 13:13:20
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
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:
01255556
Vues:
7
>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.
lcField = TRANSFORM(EVALUATE(FIELDS(lnFor,ALIAS()))) 
IF NOT EMPTY(lcField )
  lcString = lcString + lcField + [,]
ENDIF
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform