Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DBF to TXT conversion
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00350950
Message ID:
00350955
Vues:
27
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform