Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help me please
Message
From
20/08/2000 13:36:35
Charlie Schreiner
Myers and Stauffer Consulting
Topeka, Kansas, United States
 
 
To
20/08/2000 01:51:14
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00407145
Message ID:
00407171
Views:
21
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
Previous
Reply
Map
View

Click here to load this message in the networking platform