RE: Text area question
when you save it, make sure your form area WRAP attribute is set to HARD. then use paragraphformat on the output side. chris olive, cio cresco technologies [EMAIL PROTECTED] http://www.crescotech.com -Original Message- From: Javed Mushtaq [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 22, 2001 4:18 AM To: CF-Talk Subject: Text area question Hi all, I have a text area on a page and need to save to a database and then output the information exactly as it appeared on the text area. How do i do this, could anyone send me the code as got to get this up and running by 10am today. Thanks in advance. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
RE: Text area question
I think this is what you are looking for (ideally, stick it in a custom tag for future use). ", "all")> ", "all")> ", "all")> ", "all")> ", "all")> ", "all")> #string# At 10:10 AM 3/22/2001, you wrote: >use paragraphformat() on the output, might get close to what you are after, >it only does quite basic formatting, cr's and lf's only. > > >-Original Message- >From: Javed Mushtaq [mailto:[EMAIL PROTECTED]] >Sent: 22 March 2001 09:18 >To: CF-Talk >Subject: Text area question > > >Hi all, > >I have a text area on a page and need to save to a database and then output >the information exactly as it appeared on the text area. > >How do i do this, could anyone send me the code as got to get this up and >running by 10am today. > >Thanks in advance. > ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
RE: Text area question
Are you looking for something as simple as the Tag to preserve Returns and Tabs? -Original Message- From: Bryan LaPlante [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 22, 2001 2:03 AM To: CF-Talk Subject: Re: Text area question Are you saying that you are saving this textarea to a table in the database and it is not comming back out just as it was written? - Original Message - From: "Javed Mushtaq" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, March 22, 2001 3:17 AM Subject: Text area question > Hi all, > > I have a text area on a page and need to save to a database and then output > the information exactly as it appeared on the text area. > > How do i do this, could anyone send me the code as got to get this up and > running by 10am today. > > Thanks in advance. > > ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: Text area question
You can use this little code : #paragraphformat(evaluate(DE(replace(, chr(13), "", "All"# we use this all the time for formating text which has been typed in a textarea Tom Espen Pedersen [EMAIL PROTECTED] developer @ pixelduck.com www.pixelduck.com - Original Message - From: "Craig Dudley" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, March 22, 2001 11:10 AM Subject: RE: Text area question > use paragraphformat() on the output, might get close to what you are after, > it only does quite basic formatting, cr's and lf's only. > > > -Original Message- > From: Javed Mushtaq [mailto:[EMAIL PROTECTED]] > Sent: 22 March 2001 09:18 > To: CF-Talk > Subject: Text area question > > > Hi all, > > I have a text area on a page and need to save to a database and then output > the information exactly as it appeared on the text area. > > How do i do this, could anyone send me the code as got to get this up and > running by 10am today. > > Thanks in advance. > ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
RE: Text area question
use paragraphformat() on the output, might get close to what you are after, it only does quite basic formatting, cr's and lf's only. -Original Message- From: Javed Mushtaq [mailto:[EMAIL PROTECTED]] Sent: 22 March 2001 09:18 To: CF-Talk Subject: Text area question Hi all, I have a text area on a page and need to save to a database and then output the information exactly as it appeared on the text area. How do i do this, could anyone send me the code as got to get this up and running by 10am today. Thanks in advance. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: Text area question
Are you saying that you are saving this textarea to a table in the database and it is not comming back out just as it was written? - Original Message - From: "Javed Mushtaq" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, March 22, 2001 3:17 AM Subject: Text area question > Hi all, > > I have a text area on a page and need to save to a database and then output > the information exactly as it appeared on the text area. > > How do i do this, could anyone send me the code as got to get this up and > running by 10am today. > > Thanks in advance. > > ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists