Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Memowidth
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00613621
Message ID:
00613628
Vues:
8
>>Hello,
>>
>>I use the following code:
>>
>>
>>SET MEMOWIDTH TO 50
>>SELECT MyTable
>>SCAN
>>TEXT TO lcInfo TEXTMERGE NOSHOW
>><<REPLICATE("=",50)>>
>><<MyTable.Memo1>>
>><<REPLICATE("=",50)>>
>>ENDTEXT
>>ENDSCAN
>>
>>
>>What happens is, that if the memo field is very large, the text does not brake by column 50 as I expected to. SET MEMOWIDTH does not influence the line brake.
>>
>>What can I do that the memo field brakes the lines at a certain line length?
>
>Add CHR(13)+CHR(10) at the end of the line and see if you get your breaks.


I cannot change the contents of the memo field. It does not have breaks (note: correct spelling here).
I only want to have the breaks in the file that I create from the memo's.

In FoxPro 2.6 I SET MEMOWIDTH TO 50 and print to file with "?".
Christian Isberner
Software Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform