How to insert dynamic variable in my table?
Hello everyone, I'm working on the project where I have to pass few parameters and insert them in two different tables. Arguments that I passed in my first table are fine and I do not have any problems...
View ArticleWhen will Coldfusion support Windows 10?
Windows 10 has been released for months. It's also been in beta for months prior to that. But there has been no statement from Adobe about ever supporting Windows 10. It wont work with recent IIS,...
View ArticleInstalling ColdFusion 11 on Mac OS X El Capitan (10.11)
Hi there, I am trying to install ColdFusion 11 using the main Apache root on the Mac. This will be using port 80, and will be the localhost on the Mac, and the file structure is -...
View Articlecoldfusion 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 ArticleUnable to load library null
Hi. We are in the process of migrating from Cold Fusion MX7 to Cold Fusion 11. Everything seems to be working except on a page that uploads parts into our database. This page uses 2 DLL files to upload...
View ArticleCF Admin API access denied
Hi,this has probably been asked many many times but i cant seem to find a solution.Environment: CF11 CFH6 (but admin says its not installed..)Windows server 2012 R216GB RamIntel Xeon E3 3.1Ghz 64bit...
View ArticleColdFusion 11 Instances not starting properly after server restart
Hello, we have following situation and can't seem to find a fix or workaround for it. Could you help? On all 4 of our Windows Server 2012 R2 servers running on vitrual machines with 8 vcpu cores each,...
View Articlereport builder 10 I have a query with an inner join...error join expression...
hey in the query builder of report builder 10 I got an error on:FROM tblFacility INNER JOIN tblStateProvince ON tblFacility.OIDStateProvince = tblStateProvincewhat is java.swl.SQLException:...
View ArticleColdFusion Builder 3 Can Not Hide Line Numbers forever
Right clicking on the left pane for menu item "Show Line Numbers" actually to hide them.Or Window->Preferences->General->Editors->Text EditorsUntick "Show Line Numbers" & Apply works...
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 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 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 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 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 Article