How do you disable the tooltips in a cfchart (cf11)?
If I use a chart like this: <cfchart tipStyle="none"> <cfchartseries type="line"> <cfchartdata item="1" value="1"> <cfchartdata item="2" value="2">...
View ArticleVery Simple Shopping Cart
Hi. I am trying to understand how to use a very simple shopping cart in Cold Fusion, but am having a hard time. I've tried looking at information on web sites, but they all use a script like this below...
View ArticleCFBuilder 3 like notepad?
Sorry for the slightly facetious title. I've been using CFEclipse for years and never had the inclination to move away from it. However, 2 days ago I had a software crash and needed to re-install....
View Articledata source - domain accounts
Need to set up data source in CF11 to a SQL server not using mixed authentication so I need to use a domain account. When I try to connect SQL see's it as an sql account not and AD.
View Articlecfqueryparam tool
I am looking for a tool that will go through my coldfusion code and add cfqueryparam's where needed. I found many that will scan and show me where I need to make changes but I found one at...
View ArticleCFServer 10, Hotfix 18, no debug output
Hello, all, My boss is trying to get some debugging information on a project that he's working on. Our SA says that the option to display debugging information is no longer present in CFAdmin. We are...
View ArticleSource view and Default Browser view
I just updated to ColdFusion Builder 2016. The 3 tabs,Source view and the two Default Browser view tabshave disappeared. I have searched Adobe.com, Help, and only found one reference on this page:...
View ArticleHow to run a job that will check if files exist?
I have a folder 'realtime' that has about 15 txt files(test1.txt,other.txt etc), theres is other jobs nothing related to coldfusion that if something goes down then the file wont exist anymore.So I...
View ArticleChange to javacast or json in CF2016?
We were running CF8 and the following code worked. <cfset attributes.email = "manual2016@2016.com"><cfset attributes.bday = "05-04"><cfset attributes.name = "test"><!---...
View ArticleColdfusion errors with undefined element, dump during error processing shows...
Ok, so I've got a strange problem that I've been beating my head against for over a week now. I'm holding out a little hope that maybe someone here has seen something like this and has a solution or...
View ArticleProblems with ColdFusion11 and Cybersource SOAP
I'm having a great deal of trouble trying to implement a SOAP call to CyberSource, and I'd appreciate any help that anyone can provide. The environment: ColdFusion 11 on Windows 2012 Server, 64-bit....
View ArticleColdfusion 2016
I am running a Coldfusion application for over 10 years and just upgraded to coldfusion 2016. Now I am getting strange results. I have a query that uses values from another query and it says the...
View Articlejdbc error while connecting oracle 12c in Coldfusionmx7
We have a set of Applications in Coldfusion MX7 with Oracle 11g Database.Connected Datasources in Coldfusion using JDBC thin Driver. The coldfusion server has ojdbc14.jar in c:\coldfusionmx7\lib The...
View Articlecfmail sending to first row only
When attempting to send an email to multiple recipients using Cold Fusion, only the first row is receiving the email and it seems to be being hit three times but only sending once. This works but all...
View ArticleOracle 11.2 service name
I sure hope there is somebody about who can answer a question. Getting back to ColdFusion after a few years absence. I am trying to connect a ColdFusion 11 installation to an Oracle 11.2 database....
View ArticleRemote Solr
Having trouble connecting to a remote Solr instance. Both servers are CF11. Server A runs Solr locally and has several collections on it. I want to connect to those collections from Server B. I...
View ArticleProblem with licence key
HI, I have purchased a licence key for CF Builder 3 but the software will not accept it. In always asks me for a previos key. However this was not an upgrade it was a single purchase. Anyone had this...
View ArticleNeed help with structs
I'm building a highway noise barrier inventory tool that will allow people to search all the current highway noise barriers in the US by state, type, material, etc (I know, I know, exciting stuff). I'm...
View ArticleCF9 password protect xls file
Hello, Is it possible to password protect a .xls file generated with CFspreadsheet, such that when the file is opened a password is required to VIEW the spreadsheet? I realise you can password protect...
View ArticleColdfusion 2016 CFChart not working with javascript
The pie chart below was created in ColdFusion v11 with the following javascript:{"graphset":[ { "border-width":1, "background-color":"transparent", "foreground-color":"black", "plot":{...
View Article