I get that value is not a part of the cfinput if the cfform is set to flash.

So how do I populate the form with the values from the query I have set up?

Right now, I have..

                        <cfform format="flash" width="100%" height="300" 
method="post"
action="#myself#CalendarAdmin.UpdateInfo">
                                <cfformgroup type="tabnavigator">
                                        <cfformgroup type="page" label="Main 
Information">
                                                <cfinput label="Notes:" 
name="Note" type="text" required="false"
message="" id="Note" size="50" value="#AllConventions.Note#" />
                                        </cfformgroup>
                                </cfformgroup>
                        </cfform>

A cfdump shows AllConventions has 1 record. So how do I prepopulate the field?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326184
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