Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Memowidth
Message
De
31/01/2002 15:05:50
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00613621
Message ID:
00613632
Vues:
8
Christian,

According to Hacker's Guide:
The following functions and commands are affected by memowidth: ATCLINE(), ATLINE(), RATLINE(), MEMLINES(), MLINE(), ?, ??, DISPLAY, LIST. For ?, ??, DISPLAY and LIST, memowidth affects only memo fields and character strings longer than 256 characters.

It looks like you will have to use a different approach, using memlines() and mline() functions...


>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?
Steve Gibson
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform