Re: Damnitt!!!! Was ?

2006-12-22 Thread Doug Brown
Thanks for the help. Actually the problem was that I was using a dollarFormat() on the text field in my edit page. Thanks for letting me know about the # signs. Doug B. ~| Create robust enterprise, web RIAs. Upgrade & integrat

Re: Damnitt!!!! Was ?

2006-12-22 Thread Robertson-Ravo, Neil (RX)
- From: Charlie Griefer To: CF-Talk Sent: Fri Dec 22 18:25:11 2006 Subject: Re: Damnitt Was ? they are needed here: price = #Val(arguments.asking1)# and price = #arguments.asking2# just sayin' :) On 12/22/06, Robertson-Ravo, Neil (RX) <[EMAIL PROTECTED]> wrote: > Should read.. Do

Re: Damnitt!!!! Was ?

2006-12-22 Thread Charlie Griefer
CF-Talk > Sent: Fri Dec 22 17:48:34 2006 > Subject: Re: Damnitt Was ? > > You need to stop putting # in your code where it is not required. > > You do require them in any of the code you posted below. > -Original Message- > From: Doug Brown > To: CF-Talk &

Re: Damnitt!!!! Was ?

2006-12-22 Thread Robertson-Ravo, Neil (RX)
o: CF-Talk Sent: Fri Dec 22 17:48:34 2006 Subject: Re: Damnitt Was ? You need to stop putting # in your code where it is not required. You do require them in any of the code you posted below. "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond,

Re: Damnitt!!!! Was ?

2006-12-22 Thread Robertson-Ravo, Neil (RX)
ur website at http://www.reedexpo.com -Original Message- From: Doug Brown To: CF-Talk Sent: Fri Dec 22 13:36:22 2006 Subject: Damnitt Was ? Well, I thought I had it solved. If I put $20.00 in the asking1 field and click update, the form comes back as it should with $20.00 showing.

Re: Damnitt!!!! Was ?

2006-12-22 Thread Doug Brown
And here is the radio button and text field checked> #dollarFormat(classAdDetails.price)#" onchange="if (document.updClassified.asking1.value != '') document.updClassified.price_option[0].checked=true;" onfocus="if (document.updClassified.asking2.value == '') document.updClassified.price_option

Damnitt!!!! Was ?

2006-12-22 Thread Doug Brown
Well, I thought I had it solved. If I put $20.00 in the asking1 field and click update, the form comes back as it should with $20.00 showing. If I click update again without changing anything, the form comes back with $0.00 showing in the field. Here is what I did, am I not doing something right w