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

2007-09-30 Thread Terri J.
@yahoogroups.com 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 names(from 1 table) and the other a dropdown box containing dynamic values(and this needs to be done from another table) Mainly

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 names