Re: [flexcoders] can I bind more that one checkbox to a send requ est?

2005-05-25 Thread Craig Newroth
to populate a chart. Let me know if that does not answer your specific question. Jeff http://www.flexauthority.com - Original Message - From: Craig Newroth [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, May 24, 2005 4:55 AM Subject: RE: [flexcoders] can I bind more

RE: [flexcoders] can I bind more that one checkbox to a send requ est?

2005-05-24 Thread Craig Newroth
Matt: Thanks for the response, I am trying to pass a list of the ones that are checked..values in the checkboxes are going to be passed to a cfc to get data from query and returned to datagrid. so I guess that you are saying to build an array out of the checkboxes (if they are checked) and then

RE: [flexcoders] can I bind more that one checkbox to a send requ est?

2005-05-24 Thread Matt Chotin
Yep, thats what Im saying. Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Craig Newroth Sent: Tuesday, May 24, 2005 7:56 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] can I bind more that one checkbox to a send requ est

Re: [flexcoders] can I bind more that one checkbox to a send requ est?

2005-05-24 Thread Jeff Steiner
http://www.flexauthority.com - Original Message - From: Craig Newroth [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, May 24, 2005 4:55 AM Subject: RE: [flexcoders] can I bind more that one checkbox to a send requ est? Matt: Thanks for the response, I am trying to pass

RE: [flexcoders] can I bind more that one checkbox to a send requ est?

2005-05-24 Thread Tracy Spratt
@yahoogroups.com Subject: RE: [flexcoders] can I bind more that one checkbox to a send requ est? Matt: Thanks for the response, I am trying to pass a list of the ones that are checked..values in the checkboxes are going to be passed to a cfc to get data from query and returned to datagrid. so I guess

RE: [flexcoders] can I bind more that one checkbox to a send requ est?

2005-05-24 Thread Tracy Spratt
To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] can I bind more that one checkbox to a send requ est? Matt: Thanks for the response, I am trying to pass a list of the ones that are checked..values in the checkboxes are going to be passed to a cfc to get data from query and returned to datagrid

RE: [flexcoders] can I bind more that one checkbox to a send requ est?

2005-05-19 Thread Matt Chotin
Are you trying to pass a list of the ones that are checked or just one? Your changeThrusts method can simply store which checkboxes are selected and then you can build an array to pass to your web service for the query. If only one of those checkboxes is meant to be checked maybe you