Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How controller Asymetric font
Message
De
26/08/2000 22:38:26
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00409496
Message ID:
00409589
Vues:
30
>A memo field contain the data :
>
>IIIIIIIIIAIIIIIIIIIBIIIIIIIIICIIIIIIIIIEIIIIIIIIIFIIIIIIIIIGIIIIIIIIIHIIIIIIIIIJIIIIIIIIIKIIIIIIIIILIIIIIIIIIMIIIIIIIIIOIIIIIIIIIPIIIIIIIIIQIIIIIIIIIRIIIIIIIIITIIIIIIIIIUIIIIIIIIIWIIIIIIIIIXIIIIIIIIIZ
>
>I Write the set code :
>
>_SCREEN.FONTNAME='Times New Roman'
>_SCREEN.FONTSIZE=8
>SET MEMOWIDTH TO 90
>
>From the Command windows I question about The number's line of a memofield using memlines,
>
>The answer is 3, But I see in screen only Two lines
>
>WHY ?
>
>
>
>
>Any Ideas ?
>Thanks !


Are you putting the memo field value into a variable first?

If I do this

? table.memofield

I get three lines.
But if I do this

lcx = ALLTRIM(table.memofield)
? lcx


I get 1 line.
I get 2 lines with Courier New...
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform