Thanks Mike!!
    You gave me the clue I needed. - I set some of the info equal to
variables and then put it all together.
                        Thanks again,
                                Christine


----- Original Message -----
From: "Mike Hughes" <[EMAIL PROTECTED]>
To: "Christine Kelley" <[EMAIL PROTECTED]>
Sent: Thursday, June 22, 2000 2:43 PM
Subject: Re: check-box editing


> Hello Christine,
>
> You may tried something like this
>
>         <CFSET ISCHECKED = IIF(Len(Groups) NEQ 0,DE(" CHECKED"),DE(""))>
>
>         <INPUT TYPE="checkbox" NAME="Groups"#ISCHECKED#>
>
> I don't know what type of data the "groups" column is. When I use a
> check box I setup the data type as a number, 0 not checked  - 1
> checked. And I also name the checkbox a difference name then the
> others boxes.
>
>         <CFSET ISCHECKED = IIF(SendNoEmail EQ 1,DE(" CHECKED"),DE(""))>
>         <INPUT TYPE="checkbox" NAME="SendNoEmail:#Email_ID#"#ISCHECKED#>
> Hope this helps
>


------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to