[flexcoders] Re: Multiple dataProviders for 1 dataGrid??

2005-04-30 Thread Dave
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Dave > Sent: Friday, April 29, 2005 9:10 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: Multiple dataProviders for 1 dataGrid?? > > Tracy, > > Thanks for your help. Now I h

RE: [flexcoders] Re: Multiple dataProviders for 1 dataGrid??

2005-04-29 Thread Tracy Spratt
; //* for ( var i:Number=0; imailto:[EMAIL PROTECTED] On Behalf Of Dave Sent: Friday, April 29, 2005 9:10 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Multiple dataProviders for 1 dataGrid?? Tracy, Thanks for your help. Now I have

RE: [flexcoders] Re: Multiple dataProviders for 1 dataGrid??

2005-04-29 Thread Jesus Salvador Ramos Cardona
@yahoogroups.com Asunto: [flexcoders] Re: Multiple dataProviders for 1 dataGrid?? Importancia: Alta   Tracy, Thanks for your help. Now I have to add other fields from other dataproviders but I think I can handle it. I know this is probably AS 101, but how do I create an object in the new array

[flexcoders] Re: Multiple dataProviders for 1 dataGrid??

2005-04-29 Thread Dave
ahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Dave > Sent: Thursday, April 28, 2005 6:24 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: Multiple dataProviders for 1 dataGrid?? > > OK. Let me backup. Below is a sample of the data returned (

[flexcoders] Re: Multiple dataProviders for 1 dataGrid??

2005-04-29 Thread sreejithunni
e: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] En > nombre de Dave > Enviado el: Jueves, 28 de Abril de 2005 05:24 pm > Para: flexcoders@yahoogroups.com > Asunto: [flexcoders] Re: Multiple dataProviders for 1 dataGrid?? > Importancia: Alta > > > > OK. Let me backu

[flexcoders] Re: Multiple dataProviders for 1 dataGrid??

2005-04-28 Thread Dave
there > > somewhere! Sometimes the array is at result[0], and not at result. > > > > What are you using to debug? Flex Builder? Can you examine the > result > > object? > > Did you try the for loop? If you have an object, that might not > work. > &g

RE: [flexcoders] Re: Multiple dataProviders for 1 dataGrid??

2005-04-28 Thread Jesus Salvador Ramos Cardona
: flexcoders@yahoogroups.com Asunto: [flexcoders] Re: Multiple dataProviders for 1 dataGrid?? Importancia: Alta   OK. Let me backup. Below is a sample of the data returned (an array of objects?) from the WS with the date specified as 1/10/2005. The dataProvider for the datagrid is "{ser

[flexcoders] Re: Multiple dataProviders for 1 dataGrid??

2005-04-28 Thread Dave
er array, > which is bound to the DataGrid DataProvider. > > Tracy > > -Original Message- > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Dave > Sent: Thursday, April 28, 2005 6:24 PM > To: flexcoders@yahoogroups.com > Subject: [flexc

RE: [flexcoders] Re: Multiple dataProviders for 1 dataGrid??

2005-04-28 Thread Tracy Spratt
PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Multiple dataProviders for 1 dataGrid?? OK. Let me backup. Below is a sample of the data returned (an array of objects?) from the WS with the date specified as 1/10/2005. The dataProvider for the datagrid is "{ser

[flexcoders] Re: Multiple dataProviders for 1 dataGrid??

2005-04-28 Thread Dave
gt; We need to know exactly what our data looks like. > > Do the current results display in the datagrid? If so, how are you > specifying the dataProvider and the column sources? > > Tracy > > -Original Message- > From: flexcoders@yahoogroups.com [mailto:[EMA

RE: [flexcoders] Re: Multiple dataProviders for 1 dataGrid??

2005-04-28 Thread Tracy Spratt
lf Of Dave Sent: Thursday, April 28, 2005 3:14 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Multiple dataProviders for 1 dataGrid?? Thanks for helping on this - my butt is on the line! YES - the WS is sending back result type of Object. You can respond to [EMAIL PROTECTED] if

[flexcoders] Re: Multiple dataProviders for 1 dataGrid??

2005-04-28 Thread Dave
8, 2005 10:03 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: Multiple dataProviders for 1 dataGrid?? > > Sorry but I'm not very familiar with AS - can you give me an example > and/or pointers? > > Thanks, > > -Dave > > > --- In flexcoder

RE: [flexcoders] Re: Multiple dataProviders for 1 dataGrid??

2005-04-28 Thread Tracy Spratt
flexcoders@yahoogroups.com Subject: [flexcoders] Re: Multiple dataProviders for 1 dataGrid?? Sorry but I'm not very familiar with AS - can you give me an example and/or pointers? Thanks, -Dave --- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTED]> wr

[flexcoders] Re: Multiple dataProviders for 1 dataGrid??

2005-04-28 Thread Dave
Sorry but I'm not very familiar with AS - can you give me an example and/or pointers? Thanks, -Dave --- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > I think you will need to programmatically combine the two results into a > new dataProvider. > > This is not dif