I assume you found the solution?  I checked the test page and it populated fine.

>From your test page, it looks like you need to increase the height of your 
>app.  Try to set height="1000" instead of 100 and see if that works.  The list 
>seems to work fine.  It just doesn't have enough space to display the drop 
>down.

Johnny

>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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211103
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