Hey, OK< I tried this and still have no luck. :( Ahhhhh Why is this happening??
Is there something else I might be doing wrong? Is there another way to accomplish this same task? Anyone? HELP!!!! Kevin Rose Valley Soaps http://www.rosevalleysoaps.com -----Original Message----- Ok so I posted my code after I changed it back to camelCase to prove that was why it broke. here is my code. <cfscript> artists = queryNew('firstname,lastname,city','varchar,varchar,varchar'); queryAddrow(artists,1); querySetCell(artists,'firstname', 'simeon'); </cfscript> <cfform format="flash" width="500" scriptsrc="scripts"> <cfgrid name="grid" query="artists" selectmode="single"> <cfgridcolumn name="firstname" header="First Name"> <cfgridcolumn name="lastName"> <cfgridcolumn name="city"> </cfgrid> <cfinput type="text" label="First Name" name="city" bind="{grid.selectedItem.firstname}"> </cfform> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210548 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

