What is script syntax for passing form to REST?
I'm lost. I am attempting to pass a FORMFIELD-parameter via the DELETE-method to a REST-function using script language. I want to delete a resource. I get "Method not allowed", only "GET,OPTIONS,HEAD",...
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 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 ArticleProblem 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 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 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 ArticleUnstable session replication in a HA cluster (CF10)
Hi, We have tried to create a HA cluster with requests being distributed round robin to N instances of coldfusion, we are NOT using sticky sessions as we are replication session state to all cf...
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 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 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 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 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 Articlecfreturn variable return separate fields
I am creating a report in CF 10 report builder. I have a function that returns two separate fields in one variable I need to have the two fields returned separately, my output is an excel worksheet....
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 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 ArticleWhat is the latest version of SQL Server which ColdFusion 7 supports?
What is the latest version of SQL Server which ColdFusion 7 supports? For example can Cold Fusion 7 connect to SQL Server 2012 or 2008 without any problem? Thanks
View ArticleDetect Flash using CF8
I need to detect whether a browser has flash installed and active, and if not I will switch to an alternative set of code. Can anybody tell me how I can test for an active flash installation? (on CF8)...
View Article