coldfusion need to read the file and pass the bytes[].
need to read the file and pass the bytes[].Can i create a java object and use it in coldfusion like below please help:pathOb = createObject("java", "java.nio.file.Paths");files = createObject("java",...
View ArticlePage loads - generates Excel object - create link to download Excel spreadsheet
Hello, all, I'm helping one of my developers with a project, and I've got one requirement that I'm not entirely sure how to proceed with it. The page in question runs a SELECT query from the database...
View ArticleColdFusion.Grid.refresh
On CF11 using <cfgrid> with format=HTML ColdFusion.Grid.refresh('grid01', true); does not preserve the current page. If I navigate to say page 3 of the grid, select a record and then use the...
View ArticleHow do I use sub reports in ColdFusion Report Builder 10
lets say I use the first report to create a cover page, and now I want to in to the Query Builder a sub-report.This section will handle the next report...is that not correct?
View ArticleHow many licenses come with CF11 Standard?
We are wondering if/how we can install CF11 on two different servers.
View ArticleColdFusion 11 and Solr
I just installed ColdFusion 11. I am pretty sure I selected the option to install the addons like Solr, but when I am in the coldfusion administrator under Data & Services, I click ColdFusion...
View ArticleFramework Mach-ii issue
Hi All,First time seeing an app using framework Mach-ii. I did some changes to my app code, it looks like the framework cache the app, the only way to see the updates is restarting the CF service.Is...
View ArticleConnecting multiple ColdFusion 10 instances to a single Apache 2.2 server
This is replicated from StackOverflow's "Server Fault" site. The CF community there is under represented, so I'm posting here too. Sorry for "cross post". This is on Windows 7 Home Premium edition. I...
View ArticleCF11 install linux failure...Launching installer... JRE libraries are missing...
CF11 install linux failureExpected: bundled JRE should work on Ubuntu 13.1 Launching installer... JRE libraries are missing or not compatible.... # java -versionjava version "1.7.0_55"OpenJDK Runtime...
View ArticleHow to loop through two queries at the same time?
Hello everyone, I have two queries qryCustomer and qryStore. I have to loop through both at the same time. I tried to do this but that gave me duplicates. <cfloop query="qryCustomer">...
View Articleshopping cart
Hi everyone. I have this one page on our site that we would like for customers to order some parts from. It is separate from our current database on our site and there really are no part...
View ArticleCode Snippets/Query Builder
In CF Report Builder 10...lets say I make my first page in the 'builder' and it's a cover page. Contains a Report Header, a Page Footer, a bunch of labels and a .gif image.Now I'd like to test that, so...
View ArticleHow do I output my a plain text, 2 column 'page' from the CF Report Builder 10?
FIRSTSo I have a cover page occupying the Report Builder 10, Report Header and the size is 11 x 8.5.The Page Footer contains labels for the display of the company name, all rights...,copy right...,...
View ArticleSession count not accurate
When running this code: <cfset sessionTracker = createObject("java","coldfusion.runtime.SessionTracker")><cfset sessionCount = sessionTracker.getSessionCount()> My total session count it...
View ArticleVariables scope variable suddenly not working
Hello, all, Can anyone suggest reasons as to why, after 8 months of working fine, a variable set specifically in the VARIABLES scope would suddenly stop working? In my Application.cfc file, within the...
View Articlecreate instance does not create service
I am trying to create multiple instances to access a website we are moving from version 9 to version 11, when creating the instance, I check the box to create the windows service, in case we need to...
View ArticleHow to display values from cfquery based on dropdown selection?
Hello everyone, I'm trying to display values based on drop down selection. So I give to user few different ways how they can pick the customers. First option is to select all customers and in that case...
View ArticleColdfusion 11 missing X-REWRITE-URL in headers when using GetHttpRequestData...
We were using the GetHttpRequestData().headers["X-REWRITE-URL"] variable for our SEO optimized websites. Now we have upgraded the website to Coldfusion 11 and now we have no possibility to read our SEO...
View ArticleReceive HTTP500 error on Coldfusion 11 / Win2K12 when enabling 32 bit...
I'm in a catch 22 situation I've got Coldfusion 11 (64 bit) running on Win2K12 server with IIS 64 bit. I have a 32bit COM object I'm trying to use. I've setup a classic ASP page to test it because...
View Article