Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Submitting comma delimited data
Message
From
13/05/2011 11:17:36
 
 
To
13/05/2011 11:10:44
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01510319
Message ID:
01510606
Views:
63
>
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform