Greetings!

I don't know about this one, but I must be REALLY slow to get it.  It is the 
famous story of the cfgrid which will not bind to a cfselect.  I tried Ray 
Camden's solution, no luck.  Is there any working example out there I can use?  
If I cannot bind, so be it, but at least I need to get the value in the cfgrid 
to change when selecting the value in the cfselect.

Any help would REALLY appreciated!

Here is what I have so far:
<cfform width="580" height="450" action="public.cfm" format="flash">
 <cfinput type="submit" name="upd" value="Enregistrer" ><BR>
 <cfgrid name="gridfrm" query="get_public_infoRet" selectmode="edit" 
format="applet">
   <cfgridcolumn name="PublicRole" header="Role" width="50" select="no">
 </cfgrid>

 <cfselect name="PublicRole" label="Role" width="150" 
onChange="gridfrm.dataProvider.editField(gridfrm.selectedIndex,'PublicRole',this.options[selectedIndex].value">
        <option>1</option>
        <option>2</option>
        <option>3</option>
        <option>4</option>
  </cfselect>
</cfform>

Many thanks in advance,

Raphael.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198068
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to