House of Fusion
Search over 2,500 ColdFusion resources here
  
Home of the ColdFusion Community

Mailing Lists
Home /  Groups /  cf-opensource

Autoreply: Re: Display memo fields

  << Previous Post |  RSS |  Sort Oldest First |  Sort Latest First |  Subscribe to this Group Next >> 
Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Kristi
07/22/2002 09:13 AM

Thank you for your email.  I am currently heading to the Precious Moments Chapel for the Licensee Show and other meetings.  I will be away from the computer for the most part since I won't be traveling with my laptop.  I will try and check emails if I can get on a computer during the event. In any case, I will return home on August 2nd. Take care, Kristi Your message reads: Received: from hof001.houseoffusion.com (unverified [64.118.64.245]) by mail3.intermedia.net (Rockliffe SMTPRA 4.5.4) with ESMTP id <B0048837056@mail3.intermedia.net> for <kristi@preciousmom.com>; Mon, 22 Jul 2002 06:10:21 -0700 Received: from hof001.cfhosting.net ([64.118.64.245])           by hof001.houseoffusion.com (Post.Office MTA v3.5.3 release 223           ID# 0-54969U100L100S0V35) with ESMTP id com           for <cf_opensource-list@houseoffusion.com>;           Mon, 22 Jul 2002 09:12:07 -0400 date: Mon, 22 Jul 2002 09:12:43 -0400 from: "Jacek" <pjacek@softhome.net> message-id: <000401c23181$78926f00$0b0aa8c0@wei.cl> precedence: bulk References: <001201c21f24$2eeaf8f0$1602a8c0@LACHULA> Subject: Re: Display memo fields Reply-To: cf_opensource@houseoffusion.com To: CF_OpenSource <cf_opensource@houseoffusion.com> Content-Type: text/plain #Replace(memo, Chr(13), "<br>", "ALL")# HTH, Jacek ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Kristi
07/22/2002 09:16 AM

Thank you for your email.  I am currently heading to the Precious Moments Chapel for the Licensee Show and other meetings.  I will be away from the computer for the most part since I won't be traveling with my laptop.  I will try and check emails if I can get on a computer during the event. In any case, I will return home on August 2nd. Take care, Kristi Your message reads: Received: from hof001.houseoffusion.com (unverified [64.118.64.245]) by mail3.intermedia.net (Rockliffe SMTPRA 4.5.4) with ESMTP id <B0048837383@mail3.intermedia.net> for <kristi@preciousmom.com>; Mon, 22 Jul 2002 06:13:32 -0700 Received: from hof001.cfhosting.net ([64.118.64.245])           by hof001.houseoffusion.com (Post.Office MTA v3.5.3 release 223           ID# 0-54969U100L100S0V35) with ESMTP id com           for <cf_opensource-list@houseoffusion.com>;           Mon, 22 Jul 2002 09:15:07 -0400 date: Mon, 22 Jul 2002 09:12:01 -0400 from: "Robert Walters" <rwalters@imaira.com> message-id: <002a01c23181$5edcb520$6501a8c0@Sony> precedence: bulk References: <000001c23178$2d58dc30$0100a8c0@sigvart> Subject: RE: Display memo fields Reply-To: cf_opensource@houseoffusion.com To: CF_OpenSource <cf_opensource@houseoffusion.com> Content-Type: text/plain Hello, We ended up using ActiveEdit from http://www.cfdev.com to have our users be able to format the text exactly how they wanted it to appear.  The html is stored in the memo field in the database and then call it when we want the text(html) Thanks.........Rob Walters Imaira Digital Media Does anyone know how to display a memo field from a database with the actual line breaks as it is set up in the database? When I display the text in a textfield using paragraphformat(string) it is displayed correctly, but it does not work outside the textfield. Hope someone can help me... Sigvart Overstrom

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Kristi
07/22/2002 09:21 AM

Thank you for your email.  I am currently heading to the Precious Moments Chapel for the Licensee Show and other meetings.  I will be away from the computer for the most part since I won't be traveling with my laptop.  I will try and check emails if I can get on a computer during the event. In any case, I will return home on August 2nd. Take care, Kristi Your message reads: Received: from hof001.houseoffusion.com (unverified [64.118.64.245]) by mail3.intermedia.net (Rockliffe SMTPRA 4.5.4) with ESMTP id <B0048837818@mail3.intermedia.net> for <kristi@preciousmom.com>; Mon, 22 Jul 2002 06:18:18 -0700 Received: from hof001.cfhosting.net ([64.118.64.245])           by hof001.houseoffusion.com (Post.Office MTA v3.5.3 release 223           ID# 0-54969U100L100S0V35) with ESMTP id com           for <cf_opensource-list@houseoffusion.com>;           Mon, 22 Jul 2002 09:20:05 -0400 date: Mon, 22 Jul 2002 14:01:17 +0100 from: "Mark Stephenson - Evolution Internet" <info@evolutioninternet.co.uk> message-id: <NCECLNFOOEOGMPBPEKKGGEGOCBAA.info@evolutioninternet.co.uk> precedence: bulk References: <002a01c23181$5edcb520$6501a8c0@Sony> Subject: RE: Display memo fields Reply-To: cf_opensource@houseoffusion.com To: CF_OpenSource <cf_opensource@houseoffusion.com> Content-Type: text/plain We went for a similar approach using SOEditor...  Quite good... Easy enough to envoke Mark Stephenson New Media Director Evolution Internet T: 0870 757 1631 F: 0870 757 1632 W: www.evolutioninternet.co.uk E: info@evolutioninternet.co.uk This email, together with any attachments, is for the exclusive and confidential use of the addressee(s).  Any other distribution, use or reproduction without the sender's prior consent is unauthorised and strictly prohibited.  If you have received this message in error, please notify the sender by email immediately and delete the message from your computer without making any copies. Hello, We ended up using ActiveEdit from http://www.cfdev.com to have our users be able to format the text exactly how they wanted it to appear.  The html is stored in the memo field in the database and then call it when we want the text(html) Thanks.........Rob Walters Imaira Digital Media Does anyone know how to display a memo field from a database with the actual line breaks as it is set up in the database? When I display the text in a textfield using paragraphformat(string) it is displayed correctly, but it does not work outside the textfield. Hope someone can help me... Sigvart Overstrom


<< Previous Thread Today's Threads Next Thread >>

Search cf-opensource

May 23, 2012

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
     1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31     

Designer, Developer and mobile workflow conference