Re: [flexcoders] flex remoting and query

2007-03-22 Thread Clint Tredway
return that query and bind it to an ArrayCollection in your AS. Then you can bind it to a grid or list, etc. On 3/22/07, Chad Gray <[EMAIL PROTECTED]> wrote: If in my CFC that I am connecting to with RemoteObject can I return a Query object to Flex? Here is an example cfc: SELECT JobName

Re: [flexcoders] flex remoting and query

2007-03-22 Thread Clint Tredway
return that query and bind it to an ArrayCollection in your AS. Then you can bind it to a grid or list, etc. On 3/22/07, Chad Gray <[EMAIL PROTECTED]> wrote: If in my CFC that I am connecting to with RemoteObject can I return a Query object to Flex? Here is an example cfc: SELECT JobName

[flexcoders] flex remoting and query

2007-03-22 Thread Chad Gray
If in my CFC that I am connecting to with RemoteObject can I return a Query object to Flex? Here is an example cfc: SELECT JobName, Description FROM Job WHERE JobNum = #arguments.jobNum# Or should I stick to