ColdFusion Sample Code
-
ColdFusion function demonstration
by Tim Garver
This complete page demonstrates several different Cold Fusion functions, from passing form variables to outputting database recordsets
-
Generate CSV reports
by Tim Garver
If you are like me, my bosses all ask for reports. This code uses an advanced query to pull the appropriate data then write it all in CSV format, which Excel can open.
-
Send an email using a ColdFusion form
by Julia Lynne Green
How to create a simple form, that posts to the page and emails a letter, and the results to everyone, including you.
-
Create a Percentage Table
by Julia Lynne Green
The task at hand was to establish a chart that recorded the number of magazines checked off, and then compute the percentages of the total every time the form is submitted.