Thank you that helped.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, August 22, 2001 8:48 AM
To: CF-Talk
Subject: Re: Need a good example of CFPARAM


How about something like this?

<cfparam name="emailValue" default="">
<cfquery name="thisQuery">
    SELECT email as emailValue
    FROM    table
    WHERE    whatever = whatever
</cfquery>

<input type="text" name="thisName" value="#emailValue#">

Michael Corrigan
Programmer
Endora Digital Solutions
www.endoradigital.com
630/942-5211 x-134
----- Original Message -----
From: "Cassie@Dove" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, August 22, 2001 12:50 PM
Subject: Need a good example of CFPARAM


>
> Morning everyone,
> I need a good snippet of code to use CFPARAM from a query that is 
> checking whether the email exists in a database, and to insert those 
> values into the text boxes and checkboxes. If anyone has some, it 
> would be great. A look at the query would also be helpful. Thanks.
>
> Cassie Dove
>
>
>
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to