Problem with cfdocumentsection cftextarea
Hi, I am using <cfdocument format="PDF">, within my <cfdocumentsection> I call another .cfm file which contains <cftextarea label="example" disabled="disabled" name="somename"...
View ArticleHow can I combine these to tables?
I have a query that i get the MAX number of "stars" <cfquery datasource="Intranet" name="getMaxstars"> SELECT TOP (1) WITH TIES employee, SUM(execoffice_status) AS 'total_max' FROM...
View ArticleTesting Automation
hi guys, Do you use any tools to handle your coldfusion application testing?if yes, what do you use? I'm trying to find something that i can for testing that will not involve the developer team
View ArticleSession domain cookies interfering with subdomain cookies
We are upgrading to IIS7/CF10 from IIS6/CF7. We run several subdomains and CFID/CFTOKEN cookies issued by the domain are taking precedence over the subdomain cookies we're issuing. The result is that...
View ArticleHow to get a zip file from webservice
Hi, I'm trying to get a zip file from a NET web service but I get this error: Cannot perform web service invocation GetPolicy.The fault returned when invoking the web service operation...
View ArticleProblem with CFExecute...
I am trying to use cfexecute to run a video conversion application. The application is installed at:C:\Program Files\SourceTec\vee\vee.exe The video I want to convert is stored in the temp directory as...
View ArticleDomain and subdomain cookie conflicts...
We run a website on a subdomain (mysite.abc.com) while other parties within our company operate various other websites on the main domain and other subdomains (www.abc.com, anothersite.abc.com, etc.)....
View Articleget data from differnt table?
get data from differnt table?I have been looking around all over google and I just can find a good example of a join queryfor what i want to do.lets say you have two tables i created for example, from...
View Articleleft join
Being new to coldfusin i have some question about this query .why do we need the first select (joinquery) ? is this a left join , just by looking at it it looks weird?Is there other ways to do letf...
View Articleget max of a query?
i want to get the max of this query.<cfquery datasource="intranet" name="getMaxstars"> select submitterdept, sum((rating1+rating2+rating3+rating4+rating5)/5)/count(1) average_rating from...
View Articleoutput data from different dates?
I have thsi code.<cfquery datasource ="Intranet" name="GetDeptSubmissions">SELECT * FROM CSEReduxResponses</cfquery><cfquery dbtype="query" name="GetPending">SELECT * FROM...
View ArticleHow to detect whether the browser is ie11?
Hi all,I was detecting browser for ie by using #CGI.HTTP_USER_AGENT# CONTAINS "MSIE" this. Looks like internet explorer 11 does not contain MSIE. How can i detect ie 11 by using the same method?
View ArticleHigh CPU utilization on CF10 server.
Hi, Below are the details : High Level Architecture Its 3-Tier architecture consists of Web Layer, Application Layer, Database Layer. However, the Web & Application layer are hosted on the same...
View Articlerunning a script and creating a link?
How can i create a new link on a page when a submit (button) is click? what i want to do is when that button is click then it will run that script(cfm file) and will create a link on the same page.so...
View ArticleWhen I log in to Adobe, it says I have no products registered, but I need to...
When I log in to Adobe, it says I have no products registered, but I need to find my CF serial # which was registered. What do I do?
View ArticleToBase64 with webm
I'm trying to write a webm dataURL to a file using CFFILE. Do I use ToBase64 first and pass it to CFFILE output? I tried this but the resulting video file won't play. It has a file size but won't...
View ArticleHow to configure ColdFusion5 to use J2EE session identifiers instead of CF_ID...
How do I configure ColdFusion5 to use J2EE session identifiers of CF_ID and CF_TOKEN? I have instructions on how to do this on ColdFusion9 from...
View Articleget data from a specific month?
I have this code: <h1><cfoutput>#self#</cfoutput></h1><cfquery datasource="Intranet" name="month_data"> select * from CSEReduxResponses where status=1 and...
View Articleoutput the right information
I have a query (yes is very long,it works, trying to make it better ). DECLARE @today DATETIMESET @today = '2014-04-13' ;with CTE as( Select d.csedept_name,d.csedept_id, Average = CASEWHEN...
View ArticleColdfusion MX7 hotfixes, broken links.
Hi everyone, I'm going thru and updating all our aging MX7 installs at work, with the latest hotfixes and patches.That has all gone fine, but the two hotfixes that I need seems to no longer be...
View Article