I am posting this one to the CF Group... However, I'm using Flex 3. So I took
another try at this one like this:
<cfloop query="getProjectNumber">
<cfset selectedNumber = creativeConfirmationNo.projectNumber[1]>
</cfloop>
<cfreturn selectedNumber>
Still not returning anything to my Flex App.... Not sure if anyone else is
working with Flex in this group, but maybe there is another way that I can test
it. Sure do appreciate all the help!
Cheers
kdennis4 - 27 May 2008 20:38 GMT
Hello All,
Thanks for all the suggestions.... it was in my Flex app. At any rate this will help me with future queries. I really do appreciate all the feedback!
Cheers
Dan Bracuk - 28 May 2008 00:48 GMT
[q][i]Originally posted by: [b][b]kdennis4[/b][/b][/i]
I am posting this one to the CF Group... However, I'm using Flex 3. So I took
another try at this one like this:
<cfloop query="getProjectNumber">
<cfset selectedNumber = creativeConfirmationNo.projectNumber[1]>
</cfloop>
<cfreturn selectedNumber>
Still not returning anything to my Flex App.... Not sure if anyone else is
working with Flex in this group, but maybe there is another way that I can test
it. Sure do appreciate all the help!
Cheers[/q]
If you want to test to make sure your cfc is working correctly, invoke it from
a Cold Fusion template.
To test getting data from a cfc to flex, use as simple a cfc as you can write.
Once you have done both separately, combine them.