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
1 answer

Creating FW/1 Service in application.cfc

I am trying to create call a service in application.cfc The original code looked like It is now void function setupApplication() { ... application.objCCFRO = new model.services.setting(); application.stSetting =…
James A Mohler
  • 11,060
  • 15
  • 46
  • 72
0
votes
1 answer

cfselect has duplicate options when pulling a record into a form

I am trying to get the form on my edit screen to pull what is in the record selected, and add the options that are still available that dont include what is selected. So if the current record has a ROC_Group of 3, the dropdown has 3 selected, and 4…
AL86
  • 13
  • 8
0
votes
0 answers

SOAP web service with optional arguments

I have created a SOAP service which has some optional method arguments. I have found some issues: While calling the web service I always need to pass all the arguments irrespective of whether they are optional or not. I found that in ColdFusion we…
Pankaj
  • 1,731
  • 1
  • 13
  • 15
0
votes
1 answer

Array Member function on a literal

This works This does not Error message Column 7 Detail ColdFusion was looking at the following text:[The CFML compiler was processing:A cfif…
James A Mohler
  • 11,060
  • 15
  • 46
  • 72
0
votes
1 answer

What are the CFSQLType on QueryExecute

When I look at QueryExecute ("select from Artists where artistid=? and country=?", [1, "USA"], {datasource="cfartgallery"}); I am wondering if artistid is queried as if were From …
James A Mohler
  • 11,060
  • 15
  • 46
  • 72
0
votes
0 answers

Passing authentication credentials with cffile

Here's the situation: A CF application needs to upload/write files to locations on different servers. The servers are owned by customers who need to give the application permission to upload/read/update files to them. To prevent a security leak,…
volume one
  • 6,800
  • 13
  • 67
  • 146
0
votes
1 answer

Installation error creating table tuserremotesessions

Installing Mura on a brand new machine and local MySQL 5.7 database. Per the install instructions I browse to the Mura index.cfm file to complete the installation. I enter in the database and DSN info. After a few seconds I get an error…
Sam M
  • 4,136
  • 4
  • 29
  • 42
0
votes
1 answer

Mura CMS- How to display extended attributes using attribute set name

I have a couple attribute sets basically to display store hours. I have attribute set named as Sunday, Monday till Saturday. And each attribute set has 2 extended attribues named open and close which are dropdowns with values from 7 AM to 5 PM.…
user2067888
  • 1,085
  • 3
  • 11
  • 17
0
votes
1 answer

Skip to sending parameter in ColdFusion REST Service

I was writing a REST component but having difficulties when I do not want to pass argument for a parameter. My code and URL (PATH style) look like this. Component definition:
0
votes
2 answers

Preview spreadsheet prior to excel download ColdFusion 11

I'm trying to export data from a query to an excel spreadsheet. I used the following code to successfully download an HTML table to a spreadsheet via Chrome and IE (picked up from Raymond) but I am now looking for a way to display the data prior to…
0
votes
2 answers

How to return multiple results from a stored procedure in a CFC?

I've seen an identical question here returning multiple stored procedure result sets from a cfc but I'm not able find a good solution. I have an SP which returns about 8 results/queries. I want to output the queries into variables that can be…
volume one
  • 6,800
  • 13
  • 67
  • 146
0
votes
1 answer

Connection verification failed for data source?

I am using your trial product InterBase ODBC Driver to connect remote borland interbase 7 database.I have verified the connection using Easysoft Interbase ODBC DSN setup(refer attached DSN_connection.png ) and test show connection successfully,but…
Sameek Mishra
  • 9,174
  • 31
  • 92
  • 118
0
votes
1 answer

How to retrieving from a Wordpress RSS feed using Cold Fusion

My Wordpress site is https://chasbroucktest.wordpress.com/2015/07/27/home/ and its RSS Feed is https://chasbroucktest.wordpress.com/feed/. I am trying to grab all the content from within "content:encoded" including the html tags. So far I have the…
0
votes
0 answers

How to callback to a method from another CFC method that has finished successfully

I am submitting a form to a CFC which in turn invokes a method in a different CFC. The initial CFC will then send an e-mail to the user confirming its all done. Its a bit like this:
volume one
  • 6,800
  • 13
  • 67
  • 146
0
votes
1 answer

How to successfully install ColdFusion on windows 8.1 Enterprise?

I am experiencing problems with the installations of Adobe ColdFusion 11 on windows 8.1 enterprise, no error appearing and the software does not even run to the next window just flip off
Wembo
  • 1