RE: [flexcoders] Use two DataBase tables values in a Datagrid

2007-09-30 Thread Terri J.
I did this by combining my tables, joined via SQL query and then passed the results back to the datagrid. -Terri J. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jack4sol Sent: Wednesday, September 19, 2007 5:18 AM To:

Re: [flexcoders] Use two DataBase tables values in a Datagrid

2007-09-19 Thread Giles Roadnight
I think the best way around that is to combine both sets of data into 1 ArrayCollection tha tpopulates the dtagrid. On 9/19/07, jack4sol [EMAIL PROTECTED] wrote: The issue is I need to populate values from 2 tables, one needs to be a list of names(from 1 table) and the other a dropdown box

Re: [flexcoders] Use two DataBase tables values in a Datagrid

2007-09-19 Thread Paul Andrews
- Original Message - From: jack4sol [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, September 19, 2007 10:18 AM Subject: [flexcoders] Use two DataBase tables values in a Datagrid The issue is I need to populate values from 2 tables, one needs to be a list of