Ran into the same thing here. I ended up using a cfc and it is working "OKAY". It returns an array and the columns are ordered just as they were entered into the array. Maybe you could convert your query to an array?
Anyway, thanks for the replies. I'm going to stick with what I got I guess. -----Original Message----- From: Jeff Garza [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 08, 2005 10:21 AM To: CF-Talk Subject: Re: CFC and Flash datagrid I would definately recommend the array of structs method of returning query information to a Remoting component. I have yet to be able to get a rearrange fields binding to work on a Remoting call that returns a query object. Banged my head against a wall for two days fiddling with it... Funny thing is that it works fine with a query if you return a Web Service object, but not with Remoting. My .02... Jeff Garza ----- Original Message ----- From: "Mike Nimer" <[EMAIL PROTECTED]> To: "CF-Talk" <[email protected]> Sent: Tuesday, March 08, 2005 7:14 AM Subject: RE: CFC and Flash datagrid > The easiest way is to use Flash Remoting. With Flash Remoting you can just > return the query or an Array of structs, from your CFC. And you would bind > the grid's dataprovider to the result returned from flash remoting. > > Hth, > ---nimer > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:197866 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

