Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo fields printing problem
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01249698
Message ID:
01249819
Views:
21
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
Previous
Reply
Map
View

Click here to load this message in the networking platform