= 2 Pages on 1 Page
I am using a <cfinclude template="../MakeYourChoice/index.cfm"> on a page that once the coice is made the screen below will provide feedback. I just realized the <cfinclude...
View Articlesound Alarm
I have a ColdFusion8 environment. I need to generate a sound alarm when an event occurs... is it possible ?
View ArticleCF Component work on local computer but not on actual web.
I'm using CF9 on windows 7 professional. when ever i execute from a form to the action page i get this error: Could not find the ColdFusion component or interface VAFOINS_NEW.Componet.display. Ensure...
View Article1. how to create a ColdFusion Page in ColdFusion Builder 2?
how to create a ColdFusion Page in ColdFusion Builder 2?When I type :"<cfset artistsObj = createObject("component","artistscfcs.ARTISTSService").init() /> <cfset artistsQry =...
View ArticleIn RDS Configuration, Test Connection is Succeful, but Test Debugger fail?
In RDS Configuration, Test Connection is Succeful, but I click Test Debugger Test Debugger failL"it said : An RDS connnection was established but the ColdFusion RDS line debugger could not be...
View ArticleCF9.0.2 2nd instance Service Unavailable
Greetings, I have a server with Windows Server 2008, IIS 7, Cf9.0.2 updated with all of the latest patches and hot fixes, multi server installation. I have 4 websites running in the cfusion instance. I...
View ArticleMySql merge tables?
Hello all, Anybody have MySql skills? Our reqular guy is out for a couple of weeks so I'm trying to help out. I am mainly a UI guy but I am enjoying CF. Ok to the question. I am trying to update a...
View ArticleCFSTOREDPROC does not return data
I have CF10 Developer version on my machine and CF 9 is remote server.I have CFSTOREDPROC works on CF10 local developer version, but CFSTOREDPROC does not return data on CF9 Remote server. Both CF9 and...
View ArticleMigrating from MX7 to CF10 - CFX trouble
I've taken a .jar file that contains classes used with the HSBC CPI gateway - does things like hash encoding of data.It seemed to work well with cfmx7, but I had a bit of trouble getting it recognised...
View ArticleCF10 Update 11 with IIS 6 in Distributed Mode: Tomcat Connector & Multiple...
Our agency has been running CF in distributed mode since CF6. We know how to use the JRun Connector with multiple IIS 6 web sites on multiple physical hosts to connect to multiple CF clusters hosted...
View ArticleHow do I add a new server when using IIS?
I cannot get past the server home field. I'm using IIS as a webserver, not tomcat. I've tried C:\ColdFusion10, C:\ColdFusion10\cfusion, C:\ColdFusion10\cfusion\bin, none work. I specified jrun on...
View ArticleSelected file is not in the document root of the Server?
if the project is not in the document root, how can I create a project in document root? Normal we create a new project in Navigator of CFB. and how to create a linked folder to the document root ?...
View ArticleAdd ColdFusion pages, interfaces, and components
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusionBuilder/Using/WSf01dbd23413dda0e 1736ebc1213a528ab0-7ff8.html
View ArticleTwo related questions: ColdFusion 10/Java applications and J2EE supported...
I have two related questions: 1. CF10 and integration with Java Web applicationsWe have a couple of Java applications running on JRun and interfacing with CF9 applications. The JRun clusters were...
View ArticleColdFusion Security Example
http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859 461172e0811cbec22c24-7c30.html I followed above link to create a user login function.I want to it shows user welcome message and...
View Articleusing CFLOGOUT
I have logout link on the index.cfm and check IsDefined in Application.cfcin OnRequestStart. Should OnRequestStart running every time user click go to the form, for this case pass link index.cfm?Logout...
View ArticleForce IE using Compatibility Mode
Hi, I would like to force IE using compatibility mode to visit webpage. However, after I set the custom header "X-UA-Compatible: IE=EmulateIE9", it stills does not work. Only .NET project can be auto...
View ArticleMultiples DSNs' application.cfc
Hi All, Is it possible to set the multiple datasources on a Application.cfc using this.datasouce attribute? CF 9, from application.cfc, you can set<cfsetthis datasouce ="myDSN1" > and no need...
View ArticleCF creating table dynamically
I am new to CF. I am trying to create a report using a query to a table containing UserNum, AccountNum and TransactionDate. The report will include Transaction Month/Year and if the transaction...
View ArticleonSessionEnd actually doing anything?!
i want to do something very simple: when session expires, automatically redirect to a login page.onSessionEnd looks like the logical choice, but i wasn't able to make it do anything at all!any example...
View Article