Anyone have any idea why the cfselect in flash forms would quite happily populate from a query on my local dev copy of CFMX 7, but not on the live server?
Local server is CFMX 7 Dev edition on winxp pro Live server is CFMX7 Std on Windows 2003 server. Both are running off Sun JRE 1.4.2_08. I've reduced the code down to just: <cfquery name="GroupList" datasource="#request.ProductDSN#"> SELECT group_id, group_desc FROM tblMat_Group ORDER BY Sequence </cfquery> <cfform action="test.cfm" method="post" name="thisForm" preloader="no" format="flash" height="100" width="400"> <cfselect name="GroupID" label="Group" query="GroupList" value="Group_ID" display="Group_Desc" queryPosition="below" width="300" ></cfselect> </cfform> There are no errors, just empty drop down boxes. http://wmsmith.checksite.co.uk/test.cfm Any help much appreciated. Regards Stephen ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:211096 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

