Questions tagged [coldfusion-9]

ColdFusion is a server-side rapid application development platform, from Adobe. ColdFusion 9.0.1, was released on July 2010. ColdFusion 9.0.2 was released in May 2011

ColdFusion is a server-side rapid application development platform, from Adobe. ColdFusion 9.0.1 was released in July 2010. ColdFusion 9.0.2 was released in May 2011.

Core Support ended on 12/31/2014 and Extended Support (paid support) ended on 12/31/2016. ColdFusion 9 was replaced by

Features introduced in 9 include:

  • Caching
  • MS Office Integration
  • Additional CFScript functions

For additional detail see New Functions in ColdFusion 9 and ColdFusion 9.0.1

1450 questions
-1
votes
2 answers

ColdFusion ajax validation

in cf9 i have a page where i want to check if field value exist in db (via ajax). If it doesn't exist, i want to stop processing (return false). Everything works fine, except i don't know how to pass back to the main function the result of the ajax…
ion
  • 51
  • 1
  • 7
-1
votes
1 answer

BlackHat SEO Injection in ColdFusion

A few of my sites got a code injection and it is the first time I am dealing with something like this. Is there any specific procedure that I can follow to debug the code and find where the source of the injection? Also, is there anything that is…
Geo
  • 3,160
  • 6
  • 41
  • 82
-1
votes
1 answer

Explanation of proper procedure to render remote data to grid

Can someone please explain to me with sample code on how to properly structure my MVC app? What I want to do is have a grid with a paging toolbar. I want the grid to load 10 records per page. I have setup my ColdFusion server side processing with…
-1
votes
2 answers

32 char secret key generation in ColdFusion

In ColdFusion 9 there is a GenerateSecretKey function. Can we generate the desired length key using GenerateSecretKey? I need to generate a 32 char secret key for my application.
chandra
  • 1
  • 2
-1
votes
1 answer

Database validation of username and password is not working.

I am trying to do login section, but it doesn't validated the username and password with database. can anyone tell me what's wrong in this code? services/User.cfc
suleman khan
  • 97
  • 1
  • 1
  • 9
-1
votes
2 answers

Google Map Store Locator for Coldfusion

Google Map Store Locator https://code.google.com/p/storelocator/ Examples : 1) https://storelocator.googlecode.com/git/examples/panel.html 2) https://storelocator.googlecode.com/git/examples/dynamic.html I want to create the storelocator…
mDEV123
  • 31
  • 6
-1
votes
1 answer

How to differentiate two web applications's mail in coldfusion 9 undelivered mail folder?

There are any configuration in coldfusion application server?
user1479328
  • 13
  • 1
  • 4
-1
votes
1 answer

Coldfusion Webservice and SOAP

I am using coldfusion and IIS 7.5 Problem is that when the web service has 500 error, it returns HTML instead of XML. Can anyone help me in fixing this please. Thanks.
-1
votes
4 answers

Form validation with javascript in coldfusion

I am trying to validate two fields. One is open time and the other one is close time. My validation should check if the close time has a value anything else than "00" my open time should have a value greater than "00" as well. My question is, what…
Geo
  • 3,160
  • 6
  • 41
  • 82
-2
votes
1 answer

Could not find the included template

When I'd like to run idnex.cfm there is error "Could not find the included template". I should use CF admin mappings, but there are a lot of such errors in different files. So, is there the easier way to solve a problem? Full error message: Could…
Wolandello
  • 127
  • 4
  • 15
-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

uploading a file in coldfusion

We would like to know if there is a way to upload a file by using coldfusion.Our requirement is to upload a csv file..So intially we move the csv file data to a temporary table and then we shud write a proc and call it that would kick of the…
HVV
  • 1
-2
votes
1 answer

print a matrix by 1 to 9 in coldfusion

How to print a matrix in coldfusion like 3*3 matrix, i am new in coldfusion, num = [1,2,3,4,5,6,7,8,9]; this is my array how print this array by 3 rows and 3 columns by programatically . the matrix output is ` 1 4 7 2 5 8 3 6 …
Andrew
  • 840
  • 3
  • 17
  • 43
-2
votes
1 answer

Unique Identifier for cell phone, tablet and laptop

I am working on application (web based) which needs to track devices (cell phone/tablet/laptop) that have accessed my application (web based). Cookies is not a solution for me as they can be deleted. I found out that uuid identifier can be used. I…
RoomDU
  • 39
  • 5
-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
1 2 3
96
97