CF10 Dumping Raw Code
So I've recently moved my servers from one hosting solution to another, same operating system, and setup using Plesk but I've ran into a small issue. It looks like the Connector that is used is...
View ArticleDynamic Report heading
I have a stored procedure from MS SQL backend and the result heading is WeekResult1, WeekResult2, WeekResult3... etc until Week20Result for report datasource. I would like to assign the heading at run...
View ArticleFailed to install hotfix APSB13-13 - SERVER-ERROR .......what can I do ???
F1 !!!!! Need HELP asap. I get a server error by trying installing the hotfix APSB13-13 for CF 9.0. I try to install the hotfix under java-version 7.21, 7.11, 6.10, 6.14 and 6.16. What can I do?
View ArticleGroup Header only print on top of the page
I have a group in my report and I have a report header.I have a label and a field on the group header, but it only print every page on top of the page.I want it print every time it change group, do I...
View Articlets '2013-05-13 15:00:00'
I use cf_sql_date as my report data source format.The report shows ts '2013-05-13 15:00:00 for the report.Please advise how I can change the format like mmm/dd/yyyy to my report for the date and...
View ArticleChange Report builder caption of a label
I want to change caption of a label on the report I build using Report Builder.Any information is great appreciated, Regards, Iccsi
View ArticlePass variable in Dateadd() function
Hi, I want pass a variable for number part in Dateadd() funtion instead of hardcoding it. Eg:<cfset var a = 180> now i want to pass this value of a into "number" part of dateadd function....
View ArticleMenu components for ColdFusion
Could people recommend a nice menu library that could be used easily with ColdFusion application?
View Articlecfcollection action='create' permission denied "read" (what???)
Hello, everyone. I'm working on a script that will delete specific SOLR collections, re-create them, index them, then optimize them. The delete portion succeeds. The create, however, is failing with...
View Articlecgi.remote_user set for / but not for /index.cfm
This is on a ColdFusion 10 install on Windows 2008 R2 with IIS 7.5. We have an additional authentication module, Cosign, installed for single sign-on. If I make a request for https://[servername]/test/...
View ArticleCFSET and CFOUTPUT
I use CFQUERY to run a query in my cfr file which created by Report Builder.I tried to use CFSET and CFOUTPUT to assign a label caption from CFQUERY.It seems does not work, Can any on advise me how to...
View ArticleCFGRID does not show data (CF9.0)
Under development server, CFGRID show data , all is fine , correct. (CF9.0 version dev)Under production server , CFGRID does not show data, only a grey line (like a HR). How to debug this ? Thanks,
View Articleinvalid token
I got following error message The CFML compiler was processing: A cfprocparam tag beginning on line 275, column 7. A cfprocparam tag beginning on line 275, column 7. when I have followignn code...
View ArticleVariable REPORTQUERY is undefined.
<cfstoredproc datasource="MyDSN" procedure = "MySP"> <cfprocparam value = "1" CFSQLTYPE = "cf_sql_numeric"> </cfstoredproc> for my report query using a stored procedure need...
View Articlepass a form parameter to the report stored procedure
<CFSET myVar= "1"><cfquery name = "mydata" datasource = "myDSN"> execute MySP <cfqueryparam value = "#myVar#" CFSQLTYPE = "cf_sql_integer"> </cfquery>...
View ArticleCFQUERYPARAM
I would like to use user input as CFQUERYPARAM for example,I have txtMyID on the form and would like to use user input as my query parameter. I tried to use <cfqueryparam value =...
View ArticleCFFORM
I see on the controls tools bar has FORM and CFFORM.I would like to know what are the difference between FORM and CFFORM when I drap drop the control on the form. How I can access the controls value on...
View ArticleI am getting a CF10 Blue Screen of Death on an adobe null pointer?
I am getting a CF10 Blue Screen of Death on an adobe null pointer? I have confirmed an drecreated all my fonts. I cannot find anything wqrong except CF10 doesnt like it for some reason? Below is the...
View Articlepassing data using cffileupload
I am fully aware that this is a tag adobe created using a flash interface.I also know that it does Not need to be nested inside of a torm tag. I need to capture theFile name and the path it took to be...
View ArticleCffileUpload + cffile.clientDirectory
I am new to coldfusion. I am using coldfusion-10. I am trying to upload multiple image files using cffileupload. I am able to upload files as expected. But I would like to get the metadata before...
View Article