is it possible to return query data from a cfc back to flexusing the following : <cffunction name="getClientJobsQuery" access="remote"returntype="query"> <cfset myQuery=""> <cfquery name="myQuery" datasource="flexTrainingData"> SELECT projectID, projectName, description, contributor FROM projects </...