Hi All

I am using flash forms for the first time and so far everything seems to be
working OK, well until I got to having to display radio buttons and
checkboxes.

I am creating a update form where I read in data from an existing table.

Basically I have in the program:

<cfset aquamid=Trim(qgetinfo.aquamid)>

And then I have:

<cfformgroup type="horizontal">
                <cfformitem type="text" width="120">Aquamid</cfformitem>
                <cfif #qgetinfo.aquamid# eq 1>
                        <cfinput type="Checkbox" name="Aquamid" checked>
                <cfelse>
                        <cfinput type="Checkbox" name="Aquamid">
                </cfif>
                <cfinput type="Checkbox" name="Aquamid" label="Please check
for Aquamid">
        </cfformgroup>

However this is giving me an error and not displaying the page with the
checkbox being checked.

I look forward to any replies on how this should be done.

Cheers

Pete





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277803
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