Top "Coldfusion-8" questions

For issues relating to using ColdFusion, version 8.

Coldfusion - How to loop through an Array of Structure and print out dynamically all KEY values?

Giving the Array of Structure below: I am able to print out all values from all fields by doing: <…

arrays coldfusion structure coldfusion-8
Determining if a string is not null/blank and is a number and not 0?

I normally don't work in ColdFusion but there's a FTP process at work I have to create a report for …

coldfusion coldfusion-8
Picking a ColdFusion MVC Framework

I am taking over a lot of the ColdFusion stuff that is lingering at our shop and they are insistent …

model-view-controller frameworks coldfusion coldfusion-8 cfml
How can I clean HTML tags out of a ColdFusion string?

I am looking for a quick way to parse HTML tags out of a ColdFusion string. We are pulling in …

regex coldfusion rss html-parsing coldfusion-8
microsoft xml excel - row formatting

I am using Microsoft XML Excel with ColdFusion to display my query results on Excel sheet. I am using multiple …

xml excel coldfusion-8
Coldfusion 8: IsDefined('URL.variable') and is not ""?

I'm trying to find out if a url variable exists, and if it doesn't, make sure that it's not empty. …

coldfusion coldfusion-8
Using BETWEEN on a varchar field not a numeric field?

I am using ColdFusion 8 and SQL Server 2008 R2. I am trying to query a column of values to get rows …

sql sql-server-2008 coldfusion coldfusion-8
Removing set number of characters from end of string with ColdFusion

Simple request (hopefully) here. I have a string which whilst it varies in length, will always need the last 6 characters …

coldfusion coldfusion-8
Coldfusion string == true OR empty == false?

I am used to using PHP and JavaScript but I have now begun working on a project in Coldfusion. In …

string coldfusion boolean coldfusion-8
Could not find the ColdFusion Component that exists

When I use the following locally for development it works, when it is in production it works most of the …

coldfusion coldfusion-8 application.cfc fusebox coldspring