Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Memo fields printing problem
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01249698
Message ID:
01249819
Vues:
22
Thanks, Cathy. I think I leave this problem to rest. I'm using a bold font for Comments, so this idea would not really work, but thanks again.

>One idea is to try combined the fields that are stacked into one object on the report, marked as stretchable, with an expression like this:
>
>
>ALLTRIM(mProblem);IIF(EMPTY(mResolution), '', 'Comments: ' + ALLTRIM(mResolution))
>
>
>The ";" is used as a special character in reports to concatenate two expression with a CHR(13) between them, but if one is blank, it doesn't add the CHR(13). Because you have a label in the second line, I used the IIF() command to figure out that line.
>
>
>
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform