Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing memo field
Message
From
09/11/1998 11:00:16
 
 
To
09/11/1998 06:33:55
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00155653
Message ID:
00155750
Views:
16
>I'd like to have more space between two rows in a memo field printing.
>Is it possible to do that?
>Thanx in advance

You can do it by using UDF, e.g. getextendedmemo() in report field expression:
Function Getextendedmemo
Local cRetvalue
cRetvalue=""
For n=1 to memlines(memofiled)
 cRetvalue=cRetvalue+mline(memofiled,n)+chr(13)+chr(13)  && insert empty line
Endfor
Return cRetvalue
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform