Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DBF to TXT conversion
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00350950
Message ID:
00350955
Views:
26
>I wrote a simple program to convert the records of a table to a text file, with some specific format.
>
>Everything works fine, except, my client has an NT environment, and for some reason, it interprets my CHR(13) as a black square character, instead of a return character I expected.
>
>Since this happens, I cannot upload the text file to it's destination, because it won't acknowledge this format.
>
>Thank you all for your comments.

Try replacing your CHR(13) with a CHR(13)+CHR(10) pair (CR/LF).
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform