Archive

Archive for the ‘ColdFusion’ Category

Flex Combobox using ColdFusion datasource

June 29th, 2009

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…

ColdFusion, Flex, Flex 3

How to send form data to a cfc using createObject in ColdFusion

June 14th, 2009

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.

Read more…

ColdFusion , ,

Error #2044: Unhandled IOErrorEvent:. text=Error #2038: File I/O Error.

May 16th, 2009

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.

Read more…

ColdFusion, Flex 3 , , , ,

Send Data to a ColdFusion CFC in Flex 3 using actionscript 3.0

January 15th, 2009

This will show you how to send data to a ColdFusion cfc using actionscript 3.0.
Read more…

ColdFusion, Flex, Flex 3 ,

Passing Persistent Data to Modules

January 3rd, 2009

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=""]

Read more…

ColdFusion, Flex, Flex 3

Load data into MySQL from pipe delimited file using ColdFusion 8

December 17th, 2008

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…

ColdFusion, MySQL ,