Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Submitting comma delimited data
Message
De
13/05/2011 11:17:36
 
 
À
13/05/2011 11:10:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01510319
Message ID:
01510606
Vues:
64
>
>Are you using CHR(13) + CHR(10) or just CHR(13)? sometimes you need the line feed character CHR(10) as well. I generally have these set up as a standard DEFINE in my code:
>
>
#DEFINE CRLF CHR(13) + CHR(10)
I'm using both. I noticed without the line feed character I only got the last record printed in the command window. I'm sure it's WW related, right now I only have m.msg sitting on the HTML page so it's basically in paragraph tags. This site doesn't like the WW code and gives me an error if I try to reply with it in here, but if you remember how to assign variables on the HTML page using WW code, that's what I'm doing. Maybe if I assigned it to an actual text box or list box the line breaks would work.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform