Flex Combobox using ColdFusion datasource
This will show you how to simply populate a flex combo box with a coldfusion cfquery in a cfc. The data return is an arrayCollection.
Read more…
This will show you how to simply populate a flex combo box with a coldfusion cfquery in a cfc. The data return is an arrayCollection.
Read more…
Today I am going to show you how to post form data to a ColdFusion cfc. I will not go into form validation. This is simply an explaination of the use of createObject.
I have been getting the error ‘Error #2044: Unhandled IOErrorEvent:. text=Error #2038: File I/O Error.‘ when uploading my images for a while without any luck of what was causing my issues. Then after building a new module for a flex project I am currently working on, I finally made a breakthrough.
This will show you how to send data to a ColdFusion cfc using actionscript 3.0.
Read more…
If you are able to load your flex module that has data that needs to save to a db and it works the first time, but then you close it and then it gives your a error when saving.
ERROR: [RPC Fault faultString="Unable to invoke CFC - Variable OBJ is undefined." faultCode="Server.Processing" faultDetail=""]
An example that will show you how to load mutiple rows of data in a pipe delimited text file into mysql using ColdFusion cfquery. The cfquery sql is standard sql and should be used in any sql script for mysql 5.
Read more…