hi there.

i need to put cr/lf in some pdf form fields that i am populating.
i have abs no problem with any part of the pdf, i am getting data
into it just as i want, the only problem is that in one of the form fields
i need to put an address, and i cannot seem to get it to recognize that.

here is the cf code im sending into it:

<cfsavecontent variable = "request.data.defendants1"><cfoutput>Tony
Weeg#chr(13)##chr(10)#309 Middle Blvd#chr(13)##chr(10)#Salisbury,
Maryland, 21801</cfoutput></cfsavecontent>

and then i make sure its paragraph formatted...

<cfparam name = "request.data.defendants2" default =
"#paragraphFormat(request.data.defendants2)#" />


and here is part of the xml im sending in...

               <field name="parties">
                       <value>Tony Weeg and Lily Weeg
210 South Baptist Street
Salisbury, Maryland, 21801</value>
               </field>

and what i get is a one line string, no breaks, nothing :(

any ideas?

thanks!
tony

-- 
'Never have anything in your life that you can't walk out on in thirty
seconds flat, if you spot the heat coming around the corner'

robert deniro - heat (1995)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304535
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to