[flexcoders] Returning query results to flex from CFC

2006-07-24 Thread michrx7
I am trying to populate a datagrid with results from a cfc. This should be simple. I have written the simply Hello World cfc and gotten the string to display, but am really struggling getting a query to return and display. If someone would help it would be appreciated. Here is my CFC

RE: [Junk E-Mail - LOW] [flexcoders] Returning query results to flex from CFC

2006-07-24 Thread Shannon Hicks
: flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] [flexcoders] Returning query results to flex from CFC I am trying to populate a datagrid with results from a cfc. This should be simple. I have written the simply "Hello World" cfc and gotten the string to display, but am really

Re: [Junk E-Mail - LOW] [flexcoders] Returning query results to flex from CFC

2006-07-24 Thread Dave Carabetta
: flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] [flexcoders] Returning query results to flex from CFC I am trying to populate a datagrid with results from a cfc. This should be simple. I have written the simply Hello World cfc and gotten the string to display, but am really struggling

RE: [Junk E-Mail - LOW] [flexcoders] Returning query results to flex from CFC

2006-07-24 Thread Shannon Hicks
com [mailto:[EMAIL PROTECTED] On Behalf Of michrx7Sent: Monday, July 24, 2006 4:17 PMTo: flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] [flexcoders] Returning query results to flex from CFC I am trying to populate a datagrid with results from a cfc. This should be simple. I have written

Re: [Junk E-Mail - LOW] [flexcoders] Returning query results to flex from CFC

2006-07-24 Thread michrx7
Thanks to everyone. This code works...I can finally move forward and do something that makes a difference on our site, lol... --- In flexcoders@yahoogroups.com, Dave Carabetta [EMAIL PROTECTED] wrote: An alternative way to write the resultHandler() function would be: import