Mailing Address Report -Carriage Return in Calculated Field Issue
I have two lines of Mailing address's that I would like to build into my report. Out of 40,000 records nearly 4,000 have a second line address.
I have tried all different combinations of the behavior variables and \r, \n or even <br> in the calculated value. They all seem to break the fields apart but the second line does not appear below the first.
In fact, it doesn't appear at all. It is recognizing the carriage return, but not the next value. I have already made the text box way larger than it needs to be, so I know that is not it.
I have calculated a value in the report, currently as follows: MailAddress + \r + MailAddresss2
Seems as though this should be fairly simple, am i missing something obvious?
Thanks,
Eric
-
Hi Eric,
I haven't been able to verify if this will work, but have you tried inserting the actual line feed and new line characters? Take a look at C#/VB.Net code how to insert characters using hexidecimal/decimal numbers. Then put your first line + Char(10) + Char(13) + second line. I hope this suggestion leads you to the possible solution!
Shawn.
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar