Ok. I finally figured it out. I did it off the value of the radio buttons
instead. Thanks for all the help, I think I just needed to sleep on it.


  <cfif #Trim(arguments.price_option)# eq "negotiable">
     price = #arguments.asking1#,
  </cfif>
  <cfif #Trim(arguments.price_option)# eq "fixed">
      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>

Doug B.


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

Reply via email to