Questions tagged [coldfusion-7]

For issues relating to using ColdFusion, version 7.

ColdFusion is a server-side rapid application development platform, from Adobe. ColdFusion can also refer to CFML, the dynamic programming language which Adobe ColdFusion ("CF") implements, also used by a number of alternative CFML engines - notably Open BlueDragon and Railo.

66 questions
0
votes
1 answer

Coldfusion 7 and jquery ajax - need help with response

I am calling a remote CFC in ajax using Coldfusion 7. The CFC is set to return a value of 0 when all is successfully done. I have appended the URL to the CFC with "&returnformat=plain" and I have also set the returnformat attribute of the cfc to…
Gary
  • 453
  • 4
  • 15
0
votes
1 answer

ColdFusion 7/8 Varied Timezones

This problem makes me really sad. I'm working with a pretty archaic web application with an eclectic mix of programming languages. Previously, it stored any and all datetimes in a Datetime field in our MySQL database. Until now, everything has been…
Aaron Hathaway
  • 4,280
  • 2
  • 19
  • 17
0
votes
1 answer

How to get old Coldfusion MX7 Serial Number In FileSystem

In production, I had two ColdFusion MX7 Server. One crashed last month and I would retrieve my Serial Number to reinstall my environment. I know that it's possible to get back the Serial number from the Administrator interface but I can't start my…
Hackilltour
  • 113
  • 1
  • 9
0
votes
2 answers

Coldfulsion 7 (MX): Unable to read CF variables when bypass login

I'm trying to figure out simply if a user is logged in or not. Once the user logs in, I can print the username via #GetAuthUser()#. The page I created (ex. IsLoggedIn.cfm) will prompt for a login, which is what I do not want. I want to check if…
bob32
  • 505
  • 1
  • 6
  • 12
0
votes
2 answers

Coldfusion 7: Saving Base64 Image to Server

A client needs us to generate a lot of dynamic QR codes for a project their doing. I think the end up being some hybrid between Name tags and event markers. In any case I've generated the QR just fine in JavaScript. Between JS and ColdFusion I'm…
henonChesser
  • 167
  • 1
  • 14
0
votes
1 answer

COM.Allaire.ColdFusion.HTTPFailure

I'm working on a web app that is ran nightly to retrieve a large XML file from another server. We're using ColdFusion MX7. We run a CFHTTP GET with username, pass, and url. Then we write the field with a cffileaction write to our temp location. So…
henonChesser
  • 167
  • 1
  • 14
0
votes
1 answer

Scan all files in a directory and return counts by file type

I have just joined an IT company & started working with ColdFusion. My Manager wants me to write code in ColdFusion which: Will scan any directory (say c:\cf\) which contains hundreds of files including jQuery files, cfm files etc. and give the…
SKChauhan
  • 27
  • 8
0
votes
1 answer

Special character error in coldfusion cfm pages

We are using CF MX7 for one of our applications. When we enter a set of characters to search for through the application CF throws out an error stating the below: Element USER_NAME is undefined in URL. The error occurred in…
0
votes
1 answer

What unique information generates a ColdFusion session ID?

I'm using nocache headers to tell a Content Delivery Network (CDN) to not cache the page, but every page request generates a new ColdFusion session ID. So I cannot persist session variables! If I bypass the CDN, the session is unique per browser on…
Daniel Cook
  • 1,033
  • 1
  • 9
  • 19
0
votes
2 answers

Coldfusion Date without slash

I'm trying to enter dates without slashes, for example 09092013. Is there a quick and easy way to convert those strings into date objects? ParseDateTime() didn't like it.
uwe
  • 3,938
  • 11
  • 37
  • 50
0
votes
4 answers

How to populate a dynamically created dropdown box in a using javascript and coldfusion

I have a dropdown box in a row that was dynamically created. I'm populating that box on within the screen. Is there a way that I can use cfquery to get the info from the sql server and populate the dropdown box. I would like to do it within the…
tnlewis
  • 323
  • 1
  • 3
  • 15
0
votes
2 answers

How to create a .cfc file using Ajax?

I'm trying to create a ColdFusion component(.cfc) file and use Ajax to pass my query. Am I doing this correctly and can I use Ajax in ColdFusion 7? Added from edit comment of OP I have updated this once again and just as I stated above my button…
tnlewis
  • 323
  • 1
  • 3
  • 15
0
votes
3 answers

Iterate through a dynamically created table and Insert data into SQL Server table

I have a dynamically created table in an .html form and I want to do an insert in the .cfm form. I need to loop through the rows of the dynamically created table and perform an INSERT into a table in SQL Server. Also, the table was created in…
tnlewis
  • 323
  • 1
  • 3
  • 15
0
votes
2 answers

CF Report Builder displaying html tags (ie rich text) as plain text

This is the content from the database:

As the newly reborn Modbook Inc.

The actual output in the report page is the same (including the html tags).

As the newly reborn Modbook Inc.

The expected output was bold text…
rrk
  • 15,677
  • 4
  • 29
  • 45
0
votes
1 answer

Coldfusion Stored Procedure error

CF: Version 7.02 Platform: Windows DB: MySQL 5.1.45-community I'm getting an error when executing a simple Stored Procedure in CF.
weggie
  • 427
  • 1
  • 10
  • 26