Re: Formatting text in Report Builder

2005-07-21 Thread Rick King
Works great, thanks!

 I'm using Report Builder to display the following information.

Have you tried appending a carriage return/line feed to the end of
each line? like this:
FORM.address  CHR(13)  CHR(10) 
FORM.city  CHR(13)  CHR(10) 
FORM.phone
-- 
Eddie Awad.
http://awads.net/

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:212378
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Formatting text in Report Builder

2005-07-20 Thread Rick King
I'm using Report Builder to display the following information.
How would I display the following results on three separate lines.

This:
FORM.address 
FORM.city 
FORM.phone

Is currently reading like this:
1212 North StreetChicago232-234-3455

I need it to look like this:
1212 North Street
Chicago
232-234-3455

Anyone have any ideas on how to get the line breaks in there? 

Thanks
Rick

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:212360
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Formatting text in Report Builder

2005-07-20 Thread Eddie Awad
 I'm using Report Builder to display the following information.
 How would I display the following results on three separate lines.
 
 This:
 FORM.address 
 FORM.city 
 FORM.phone
 
 Is currently reading like this:
 1212 North StreetChicago232-234-3455
 
 I need it to look like this:
 1212 North Street
 Chicago
 232-234-3455
 
 Anyone have any ideas on how to get the line breaks in there?

Have you tried appending a carriage return/line feed to the end of
each line? like this:
FORM.address  CHR(13)  CHR(10) 
FORM.city  CHR(13)  CHR(10) 
FORM.phone
-- 
Eddie Awad.
http://awads.net/

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:212361
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54