Questions tagged [coldfusion-11]

ColdFusion is a server-side rapid application development platform, from Adobe. ColdFusion 11 was released on April 29, 2014.

ColdFusion is a server-side rapid application development platform, from Adobe. ColdFusion 11 (Splendor) was released on April 29, 2014. New features include:

Preview the new features in ColdFusion Project Splendor:

  • Leverage your existing CFML skills to develop mobile apps and use built-in integration with Adobe Phonegap to build easily and quickly deliver them as installed apps that run on iOS and Android™ devices.
  • Use unique on-device debugging capabilities to identify and fix errors in both installed apps as well as browser-based mobile applications.
  • Security enhancements to limit the attack surface by restricting default remote access to the admin portal.
  • Develop applications faster and more easily since every functionality of ColdFusion Project Splendor can be accessed using CFSCRIPT.
  • Use the improved conversion engine from Adobe to generate superior quality PDFs from HTML pages.
  • Allow your end users to access your web application with their existing social media accounts.
  • Maintain and modify existing code faster and more easily with member functions on ColdFusion objects.
  • Secure your PDFs using electronic signatures and manipulate them using full DDX support.
557 questions
0
votes
3 answers

ColdFusion 11 RDS in Homesite

Has anyone been able to get an RDS connection working between ColdFusion 11 and HomeSite? If so, I'd sure appreciate some specifics. I've tried about everything, and I get an error "HTTP Error :404". Thanks. -bg
0
votes
1 answer

Testing ColdFusion 11 with ColdFusion 10 running

Has anybody using a Mac running Mavericks‎ tested ColdFusion 11 while running ColdFusion 10? Want to know how the 2 live together on the same machine. I am using the default port for ColdFusion 10 (8500), therefore I would have to run ColdFusion 11…
John Barrett
  • 67
  • 1
  • 5
-1
votes
1 answer

How to print barcode 39 on firefox

i have try to print barcode 39 on firefox, on display browser it the barcode was appear, but when i want to print this, the barcode was gone. then i try on google chrome, everything was okay. this is my code : @font-face { font-family:"Barcode…
-1
votes
1 answer

Generating a QueryTable succeeds in ColdFusion but fails in Java

I have the Java code snippet: import coldfusion.runtime.Struct; import java.sql.ResultSet; import java.sql.SQLException; import oracle.jdbc.OracleCallableStatement; public class CursorTest { public static Struct getCursor() throws SQLException { …
MT0
  • 143,790
  • 11
  • 59
  • 117
-1
votes
1 answer

Search service installation on existing CF 11

We have ColdFusion 11 installed and working on production Windows Server 2012 R2 server. Search Services and Solr were not initially installed. What would be the steps to add them now? Is there a simple way to do it on a running system? Your input…
-1
votes
2 answers

jQuery Ajax error reporting with ColdFusion

Following on from this question jQuery Ajax error handling, show custom exception messages I am trying to display to my users a custom error message from ColdFusion (via AJAX) when a form is submitted but an error has occured. I have tried to do…
volume one
  • 6,800
  • 13
  • 67
  • 146
-1
votes
1 answer

How to solve the cfhtmltopdf encoding bug in coldfusion 11 update 8?

We have a system in coldfusion using cfhtmltopdf to generate reports in pdf. The html of all reports are generated with the < meta charset="iso-8859-1"> It was working well until we install the update 8 on it. Now all the variables come from…
Yargo.ar
  • 83
  • 10
-1
votes
2 answers

Problems with javascript / window.confirm function

I have an HTML button that calls the checkTax() function. The function should either confirm and proceed with the form submit when OK is clicked, or cancel the submission and redirect the user to a different page. This is the function: function…
Wes Loflin
  • 27
  • 1
  • 7
-1
votes
2 answers

Set up the variable for URL link in ColdFusion

How to set up a variable on the root directory for the url link in ColdFusion? I set up the variable on the root directory for the url link, appweb\instance.cfm: ... ... Application.MainLink =…
tigerpuzzle
  • 69
  • 2
  • 8
-1
votes
2 answers

Coldfusion 11 Ajax calls not working on production server

We have 2 identical servers running windows, sql server and coldfusion 11 standard We have migrated a website to one of the servers but when we copy the site to the second server no AJAX calls work! Everything else works ok just the ajax calls. The…
Marios
  • 101
  • 1
  • 1
  • 5
-1
votes
1 answer

How to check values from valuelist in coldfusion

I have emp records records that look like this: name, id, gender, itemvalue steve, 123, M, (3,4,5) bond, 456, M, (5,4) James, 345, F, (4,7) In another table I have references of the itemvalues like this: 3='test' 4='coder' 5='admin' Now…
TGR
  • 107
  • 1
  • 3
  • 11
-2
votes
1 answer

ColdFusion 128-bit unsigned int to IPv6

I've posted a function that will convert an IPv6 address to a 128-bit unsigned int value here: ColdFusion IPv6 to 128-bit unsigned int I need a function that will go in the other direction now. This function turned out to be more complicated and…
Scott Jibben
  • 2,229
  • 1
  • 14
  • 22
-2
votes
1 answer

ColdFusion IPv6 to 128-bit unsigned int

I needed to create a function that could convert an IPv6 address to its numeric representation. Working with IPv4 is pretty straight forward as it uses an 32-bit unsigned int for its numerical representation. IPv6 is represented by an 128-bit…
Scott Jibben
  • 2,229
  • 1
  • 14
  • 22
-2
votes
1 answer

Import CSV file into database(sql) via BULK INSERT or LOAD DATA

Want to insert some data into SQL. I am using cfquery tag to manipulate SQL queries. This is my first try: LOAD DATA INFILE "F:\app\new.csv" INTO TABLE FROM CSVIMP …
-2
votes
1 answer

Coldfusion 11 address validation

I have been looking around the web and I can not find anything on how to do an address validation. Just to make sure that the person is entering a valid address/city/zip.
mrmcg
  • 173
  • 6
  • 17
1 2 3
37
38