Couple of stabs in the dark. You might change your query name and/or cfgrid name. Both of them are 'list', which might be causing a conflict. Second, you should name the form. It's optional, but a lot of JS stuff requires it (there's a lot of background JS in cfforms). Third, there's an option in the CFAdmin for displaying flash form errors, and it's off by default. A lot of times you're getting an error but you don't see it (it does show up in the logs, though).
On 2/9/07, Michael Beins <[EMAIL PROTECTED]> wrote: > I have never used cfgrid before, and I have followed the coldfusion mx 7 > documentation examples, and I have read through some articles on the > macromedias developer community on using cfgrid but I am still having an > issue. I'm query test data, and would like to have it editable in the > cfgrid. The form gets generated but none of the data returned by the query > shows up in the grid. Here is my code. > > > <cfquery datasource="test" name="list"> > select * from list > </cfquery> > <cfform format="flash"> > <cfgrid format="flash" name="List" query="list" selectmode="edit"> > </cfgrid> > </cfform> > > If I do a cfdump of the query I see all the data it is just not showing up in > the grid. I'm not sure if i'm missing something or what is going on. If > anyone can help I would really appreciate it. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:269296 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

