Top "Coldfusion" questions

ColdFusion is a server-side rapid application development platform, implementing the dynamic general purpose CFML programming language.

How to do a cfdump inside a cfscript tag?

In order to debug I would like to dump certain variables on to my web page. How can I do …

coldfusion railo cfml openbd
How do I turn a ColdFusion page into a PDF download?

I would like to turn the HTML generated by my CFM page into a PDF, and have the user prompted …

pdf coldfusion
illegal xml character on SQL Insert

I am trying to insert the following string into an sql xml field <?xml version="1.0" encoding="UTF-8"?> <…

sql-server coldfusion xml-parsing coldfusion-9
Invoke ColdFusion function using AJAX

I need to invoke a ColdFusion function(present in a .cfm file) when the user clicks on a link. And …

jquery ajax coldfusion
ColdFusion: Get variable type

The ColdFusion <cfdump /> tag is giving me much less information than the PHP function var_dump(). Is there …

variables types coldfusion
How can I get the SQL from a query object in ColdFusion?

How can I get the SQL used to generate a cfquery object? If I cfdump the object, it shows it …

coldfusion
Best approach to remove special characters using ColdFusion and Microsoft SQL?

I want to remove all special characters (",/{}etc.) from an input field being saved as a string to the DB. …

javascript sql coldfusion
ColdFusion inital value of currentrow when no index specified in cfloop

I am converting a ColdFusion application to C# (I'm a CF n00b). I have a script that performs a …

coldfusion coldfusion-9 cfquery
Looping through an array using ColdFusion

I have a shopping cart array, which has a variable to tell me if the product is an accessory or …

arrays coldfusion cfloop
COLDFUSION: cfdocument and forcing a pagebreak

I am creating a dynamic PDF in ColdFusion and having an issue with "pagebreak". The page in question could have 1 …

pdf coldfusion page-break cfdocument