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 NOT require! > -----Original Message----- > From: Robertson-Ravo, Neil (RX) > To: CF-Talk > Sent: Fri Dec 22 17:48:34 2006 > Subject: Re: Damnitt!!!! Was <CFIF>? > > 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 > Sent: Fri Dec 22 13:36:22 2006 > Subject: Damnitt!!!! Was <CFIF>? > > 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 with the radio buttons > (they are the price_option) > > > <cfif #Trim(arguments.price_option)# eq "negotiable" AND > len(arguments.asking1)> > price = #Val(arguments.asking1)#, > </cfif> > <cfif #Trim(arguments.price_option)# eq "fixed" and > len(arguments.asking2)> > price = #arguments.asking2#, > </cfif> > <cfif #Trim(arguments.price_option)# eq "offer" OR > #Trim(arguments.price_option)# eq "free" OR #Trim(arguments.price_option)# > eq "no_price"> > price = NULL, > </cfif> > -- Charlie Griefer ================================================ "...All the world shall be your enemy, Prince with a Thousand Enemies, and whenever they catch you, they will kill you. But first they must catch you, digger, listener, runner, prince with a swift warning. Be cunning and full of tricks and your people shall never be destroyed." ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:264923 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

