ColdFusion and SSRS
Hello all, How do I get ColdFusion to authenticate a user into SSRS? I'd like to get a way for a user to view a report in SSRS without providing any credentials. Thanks
View ArticleReport Builder and RDS
I just installed CF 8.1 Report Builder and attempted to use it for the first time.Is it required to have RDS activated on the server in order to use report Builder?
View ArticleInfinite loop creating new page due to column header overflow.
i am getting an error and some pages "Infinite loop creating new page due to column header overflow. " -- using report builder 9, i have a fairly simple report - that contains 4 subreports. for some...
View ArticleCFDOCUMENT + iText Library
Hi everyone,I just downloaded the itext-1.4.5.jar (iText Library) from source forge yesterday and placed in the C:\CFusionMX7\lib folder.After doing so, I was able to get some of the sample code I...
View Articlecfchart broken in CF 8
In CF 7, cfchart would not plot null values from queries. Here is a sample from a CF 7 server showing the results with a query using NULL values.http://devmx.jibben.com/cfcharttest.cfmHere is the same...
View ArticleCF Report Builder field not stretching with overflow
I am using CF Report Builder build 144677 on CF 7.0.2 and have a large SQL Server text field that needs to stretch. If I stretch the layout height for the field to a larger value it works, but then of...
View ArticleUsing cfif statement in CF Report Builder
How can I use if statements when building a query within CF Report Builder?Existing Code that doesn't work in the Report Builder Query:Select *FROM Issue_PrioritizationReportWHERE 0=0<cfif...
View ArticleRemoving CFREPORT Page breaks?
Problem: <cfreport> and the Report Builder very generously offers to break a page for me after X number of pixels (or inches) as specified in 'report properties.' This is fine for on-screen...
View Articlepass url parameter to cfreport
I am using CF9 and have generated a report using CF Report Builder that has a report parameter that function correctly.I am trying to be able to get the variable value from the the address line and...
View ArticleColdFusion 9 / Crystal Reports 9 error
I'm trying to invoke Crystal 9 via CFReport in CF9 and I keep getting the following error: CrystalReport Integration Exception. Error code: 2147776748 Error in File 翁 : Missing or out-of-date export...
View ArticlePrint When with two conditions
I only want to print a page if two conditions are met. On each section I am using the following Print When Condition:DateFormat(query.asofdate, "mm/dd/yyyy") NEQ DateFormat(calc.AmtDate, "mm/dd/yyyy")...
View ArticleCFDOCUMENT - Retaining Look Versus Pagination
I have a problem with <CFDOCUMENT> paginating and honoring the formatting at the same time in both PDF and FlashPaper. I removed my <HTML> and <BODY> tags because I read somewhere...
View Articlecfprint on a dot matrix printer
Hi all - I have a pdf that I'm printing on a dot matrix printer. In my pdf, I've specified that it should print using the Courier font. When I look at the pdf in Adobe Reader, it's in courier and...
View ArticleStyle not found
This has happened to me twice and I have no idea why.I am getting the following error from ColdFusion:Could not locate the style file BlueA pie chart is located with in the cfr. Where is it looking for...
View ArticleCF Report Builder RDS Server
I am trying to connec tto my local RDS server but keep getting teh following error message. Any ideas?"A connection to the RDS Server could not be established because the webserver was unreachable."
View ArticleReport Builder Grid Size
I have some reports that I'm updating that were originally designed with the CF7 related builds of Report Builder. Those builds had an option to change the grid spacing. The CF8 related build doesn't...
View ArticleNumber of pages generated by ReportBuilder
My program has to create a cover page for a bunch of transcripts.Each transcript is generated by the ReportBuilder.Is it any way I can get number of pages for each transcript by my program, so I can...
View ArticleReport Builder Issue
Hello Community,Okay, here is what I am trying to do. I am currently using the Coldfusion Report Builder in creating all of our reports. I would like to use the report builder to display any data "By...
View Articlecoldfusion report builder labels dont fit - Help!
I am using CF Report Builder to construct an Avery 5263 Label. When I out put it on the page to print it out, the labels do not print out correctly. The first one comes out fine and all the rest are...
View ArticleAlternating row color for CF report Builder?
I have a user who wants one of her reports to display alternating row colors for better read clarity. The reports are rather lengthy and the rows tend to blend in with eachother.
View Article