Questions tagged [coldfusion-8]

For issues relating to using ColdFusion, version 8.

ColdFusion is a server-side rapid application development platform, from Adobe. ColdFusion 8 new features include

  • Built in AJAX for various UI elements. This is based ext-js
  • Exchange support
  • RSS
  • ZIP files
580 questions
-1
votes
1 answer

CFOBJECT Can't Find Class File

One of my ColdFusion 8 templates that uses CFObject can't find a class file that's sitting in the same folder. Anyone have an idea what the trouble is? UPDATE: OS: CentOS5 CF Version: 8 My class file is located here:…
HugeBob
  • 467
  • 1
  • 5
  • 14
-1
votes
1 answer

getting 404 error accessing CFM page

I am trying to access a coldfusion file on Server. The file with xyz.htm extension works fine where as when I convert the same html into coldfusion file, like xyz.cfm , it throws following error: 404 - File or directory not found. The resource you…
Jack
  • 989
  • 3
  • 13
  • 24
-1
votes
1 answer

Actual XML file location while dealing with CFchart

Could anyone tell me whether I need to place xml file in a separate directory while working with coldfusion? Right now I have kept my xml file in the same directory where I have .cfm file. When I run the file(cfm) it says, Could not locate the…
Tan
  • 1,433
  • 5
  • 27
  • 47
-1
votes
2 answers

CFOUTPUT with query from two tables

Here is my code that I am working with - select name from parser_acronym where init = '#source#'
Jen
  • 17
  • 6
-1
votes
1 answer

how to remove string from URL?

Possible Duplicate: How to strip out a url variable I have url…
Sameek Mishra
  • 9,174
  • 31
  • 92
  • 118
-1
votes
1 answer

Coldfusion8: how to create associative array?

i need to create a array of line items "arrayOfQuoteLineItem". in place of position value i have to associate name for position,how to do it in coldfusion8? i have seen some code on the…
-2
votes
4 answers

Where can I download Coldfusion documentation data?

Where can I download Coldfusion documentation data in other formats (excel, text file, or CSV, etc). What I want is I want to store all of CF documentation in my own datasource. That's why excel format is very fast for data migration.
PPShein
  • 13,309
  • 42
  • 142
  • 227
-2
votes
1 answer

timestamp case sensitive

Is the function Now() in ColdFusion case sensitive? Can I use now() instead of Now()?
Asim Zaidi
  • 27,016
  • 49
  • 132
  • 221
-2
votes
1 answer

Problems during Load

After running the following code, at the time of generating CSV output in excel file, I'm getting following error: Problems during Load: Missing file: C:\CFIDE\scripts\ajax\resources\yui\yui.css Missing File:…
Tan
  • 1,433
  • 5
  • 27
  • 47
-2
votes
1 answer

working with CSV

I'm running the following query and QoQ . Could you tell me how should I proceed for the "Download CSV" file option? SELECT…
Tan
  • 1,433
  • 5
  • 27
  • 47
1 2 3
38
39