what error? show examples

On 6/24/05, Torrent Girl <[EMAIL PROTECTED]> wrote:
> Yes, did that and it still doesn't work
> 
> Get an error
> 
> 
> 
> >what I do it use <cfparams on the processing page..
> >one for each form field. Set a default to "" if need be, and then if
> >further checking is needed use <cfif> statements..
> >Here's an example..
> >
> ><cfparam name="form.accessorysales" default="0" type="numeric"/>
> ><cfparam name="form.additionalcomments" default="" type="string" />
> ><cfparam name="form.bsrleadinfo_id" default="0" type="numeric"/>
> ><cfparam name="form.bsr_posnbr" default="" type="string" />
> ><cfparam name="form.businessSolutionsIntroduce" default="" type="string" />
> >
> >Then I can check based off of the default values..
> ><cfif form.accessorysales neq 0>
> >   ...
> ><cfelse>
> >...
> ></cfif>
> >Make sense?
> >
> >
> >
> >
> >
> >On 6/24/05, Torrent Girl <[EMAIL PROTECTED]> wrote:
> >>
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:15:1209
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/15
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:15
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to