Top "Coldfusion" questions

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

Creating a Word document in Coldfusion - how to have pagenumbering?

I am creating a Word format .doc using the following code, then cfheader and cfcontent to serve. All is good …

coldfusion ms-word wordml wordprocessingml
cfqueryparam with like operator in ColdFusion

I have been tasked with going through a number of ColdFusion sites that have recently been the subject of a …

coldfusion railo cfml openbd
Error "Failed Signature verification" while attempting to update via CF10 Administrator

When you attempt to apply any hot fixes via the ColdFusion 10 Administrator you continuously get: Error occurred while installing the …

coldfusion coldfusion-10 cfadmin
CFSAVECONTENT in CFSCRIPT

I am good fan of cfsavecontent due to we can convert long text to variable (Event I can dump in …

coldfusion coldfusion-9
Capitalize first letter of first word in a every sentence in ColdFusion

I want to get a string like this: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec tempor pulvinar enim! …

regex coldfusion railo cfml
How to set font attributes for all text in a chart?

I have a ZingChart (through cfchart) that has an external JSON styling file. How can I set font attributes, such …

json coldfusion styling zingchart
How can I include an external javascript file that contains coldfusion code?

I have a few coldfusion files that use the same exact javascript code. I want to separate the javascript out …

javascript coldfusion script-tag
How to Execute 2 or more insert statements using CFQuery in coldfusion?

Is it possible to Execute 2 insert or Update Statements using cfquery? If yes how? if no, what is the best …

coldfusion cfquery
Display JSON array in Vuejs

I'm getting this data from the Coldfusion Framework/1 API in JSON format: { "COLUMNS": [ "PRODUCT_ID", "PRODUCT_NAME", "PRODUCT_STATUS", "DT_…

json vue.js coldfusion format fw1
How do you use java files in Coldfusion

I need to import a java file into a coldfusion 8 page e.g. : public class Hello { public String testJava() { return "…

java coldfusion import coldfusion-8