I am following a few examples on ASFusion and trying to setup a flash
form so that, on selection of a row in a data grid, the value of the
CODE column is sent back into an input field called 'vendorCode' on the
1st accordion tab, and that tab gains focus.  I have the accordion focus
working correctly, but I cannot get the BIND attribute to do a darn
thing.  Any idea's??


<cfinput type="text" id="vendorCode" bind="{data.selectedItem.CODE}"
name="vendorCode" required="true" label="Vendor Code">

my cfgrid looks like this:

                        <cfgrid autowidth="true" name="data"
query="session.apMast" rowheaders="false"
onchange="accordian.selectedIndex=0;">
                                <cfgridcolumn name="code" header="Code">
                                <cfgridcolumn name="name" header="Name">
                                <cfgridcolumn name="city" header="City">
                                <cfgridcolumn name="state"
header="State">
                        </cfgrid>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243550
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to