Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help me please
Message
De
20/08/2000 13:36:35
Charlie Schreiner
Myers and Stauffer Consulting
Topeka, Kansas, États-Unis
 
 
À
20/08/2000 01:51:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Divers
Thread ID:
00407145
Message ID:
00407171
Vues:
22
This might get you close.
Width = width in pixels.
NumberOfCharactersPerLine = FLOOR(m.Width / FONTMETRIC(6, m.FontName, m.FontSize, m.FontStyle))
SET MEMOWIDTH TO m.NumberOfCharactersPerLine
RETURN MEMLINES(m.Text) * FONTMETRIC(1, m.FontName, m.FontSize, m.FontStyle)
>How I know the number lines in a report, from a memo field with asimetric font.
>
>This before printing.
>with simetric font i dont have problem.
>I can calculate using set memowidth and memlines.
Charlie
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform