RE: RE: FW: RE: Quotation Hell

2002-06-14 Thread Adrian Lynch
21:51 To: CF-Talk Subject: Re: RE: FW: RE: Quotation Hell Thank you James. It still amazes me that loads of people don't use HTMLEditFormat(). Nothing like seeing lots of pages break simply because of people entering quotes. - Original Message - From: James Ang [EMAIL PROTECTED] Date

Re: RE: FW: RE: Quotation Hell

2002-06-14 Thread Justin Scott
I have a form which the user gets to fill in, they put into a input type=text... A quote: To be or not to be now in my insert statement I have... INSERT INTO sometable (somecol) VALUES ('#htmlEditFormat(form.field)#') which translates to.. INSERT INTO sometable (somecol) VALUES ('A

RE: RE: FW: RE: Quotation Hell

2002-06-14 Thread Adrian Lynch
Cheers, I thought I might be doing it wrong, but what about using the Left() function on your output, I don't see a way around this? Ade -Original Message- From: Justin Scott [mailto:[EMAIL PROTECTED]] Sent: 14 June 2002 11:40 To: CF-Talk Subject: Re: RE: FW: RE: Quotation Hell I

RE: RE: FW: RE: Quotation Hell

2002-06-14 Thread Adrian Lynch
Actually I do, I was nesting them the wrong way :OS Ade -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED]] Sent: 14 June 2002 11:50 To: CF-Talk Subject: RE: RE: FW: RE: Quotation Hell Cheers, I thought I might be doing it wrong, but what about using the Left() function

Re: RE: FW: RE: Quotation Hell

2002-06-14 Thread Justin Scott
Hell Cheers, I thought I might be doing it wrong, but what about using the Left() function on your output, I don't see a way around this? Ade -Original Message- From: Justin Scott [mailto:[EMAIL PROTECTED]] Sent: 14 June 2002 11:40 To: CF-Talk Subject: Re: RE: FW: RE: Quotation

Re: RE: FW: RE: Quotation Hell

2002-06-14 Thread Charlie
instance of the quotesquotes - Original Message - From: Adrian Lynch [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, June 14, 2002 6:24 AM Subject: RE: RE: FW: RE: Quotation Hell Sorry for bringing this back up, but I don't think you've understood one of the points I

FW: RE: Quotation Hell

2002-06-13 Thread Adrian Lynch
-Original Message- From: Adrian Lynch Sent: 13 June 2002 17:33 To: '[EMAIL PROTECTED]' Subject: RE: RE: Quotation Hell Thats ok, you can be a jackarse all you want. I hadn't used htmlEditFormat() before, if I had, I might have suggested it. It was a case of I've got a way around it,

Re: FW: RE: Quotation Hell

2002-06-13 Thread todd
Just jumping in briefly to explain what I did to get around and ' in our apps. Going into the database would be fine (using perserveSingleQuotes() and whatever 'escape' character we could use that the database recognizes), it's pulling out and displaying again that became a problem. So,

RE: FW: RE: Quotation Hell

2002-06-13 Thread James Ang
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 10:48 AM To: CF-Talk Subject: Re: FW: RE: Quotation Hell Just jumping in briefly to explain what I did to get around and ' in our apps. Going into the database would be fine (using perserveSingleQuotes

Re: RE: FW: RE: Quotation Hell

2002-06-13 Thread ksuh
. :) James Ang Senior Programmer MedSeek, Inc. [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 10:48 AM To: CF-Talk Subject: Re: FW: RE: Quotation Hell Just jumping in briefly to explain what I did to get