I will give you that, I didn't notice they were outputs!




"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions." 
Visit our website at http://www.reedexpo.com

-----Original Message-----
From: Charlie Griefer
To: CF-Talk
Sent: Fri Dec 22 18:25:11 2006
Subject: Re: Damnitt!!!! Was <CFIF>?

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:264924
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to