Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Should I use CHR(13) + CHR(10) as line feed?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01662512
Message ID:
01662513
Vues:
65
>Hi,
>
>When creating a long string and trying to format it for better view in a report, I use CHR(13) + CHR(10). Here is an example:
>
>
>cString = "Part No " + MyTable.Part_No + chr(13) + chr(10) + ;
>"Part Descr " + myTable.Part_Descr + chr(13) + chr(10) 
>*-- and so on, adding other fields
>
>
>Then I store the cString into a field of SQL Server table. But when I copy the content of the field (from the SSMS) and then paste in a Notepad, the "line feed" is not respected. The entire string looks without breaks.
>
>What I am missing?
>
>TIA

Nothing, SSMS just removes all non printing chars from result.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform