Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing memo field
Message
De
09/11/1998 11:00:16
 
 
À
09/11/1998 06:33:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00155653
Message ID:
00155750
Vues:
15
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform