Multi Page Report
I am creating a report with report builder.I have a report header.This report is 3 pages long. After I get the content for the firstpage, I add a page break.2 problems. Once the detail band is longer...
View ArticleStretch with Overflow and CRLF's
I'm having a problem with the Stretch With Overflow, specifically in relation to data that contains CRLF characters. It seems to me that the rendering engine doesn't recognize the fact that when it...
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 Articlecfdocument pdf word wrap and missing text
Why when I create a cfdocument PDF with a line of unbroken text do I end up with smaller text - see the below text and slap it into a cfdocument (for even worse results, see with format="flashpaper" )...
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 Articlecfprint prints fuzzy text
I am using coldfusion 8 developer edition and working locally. I am using the cfreport tag to create pdf files from reports built with the cf8 ReportBuilder. When I print the pdf files using cfprint,...
View ArticleFormat a numeric field in Report Builder for Excel Output
I am trying to format a field as 9.99. Sometimes this is a whole number but I still need the decimals to print. I tried using LSNumberFormat(query.sem_gpa, "_.00"), NumberFormat(query.sem_gpa, "0.00")...
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 ArticleDisplaying alternate content when date field is null
I am using Report Builder 8. I am grouping on a date field, but some of the people returned have a null value. I need to show an alternate heading if that group's date is null, I would actually like it...
View ArticleDateTime Parameter being passed maybe blank
I have a Transcript report and I only want to print any other institude name and credit earned (transfer information) that occurred before the student graduated. I am selecting only the institudes that...
View ArticleProblem with CFDOCUMENT
I upgraded to CF 7.0.2.My requirement is to convert .doc/.pdf/.xls to Flashpaper.I used<cfdocument format=Flashpaper" src="d:\test.doc"mimetype="application/msword" />The Flaspaper does generate...
View Articlecfdocument - Save ColdFusion Report to RTF without save prompt
I am attempting to save a Coldfusion report directly to an RTF file. The following example creates a RTF file but with the SAVE PROMPT windows. Is there a way to by-pass the save prompt window and...
View ArticleSerial Won't Work
I registered to get Flex and Coldfusion for free as I am a student studying web development at university. I was able to install flex just fine but coldfusion doesn't like my serial number when I type...
View Articleexporting data to Word with Coldfusion
Saw the link athttp://www.irt.org/articles/js154/index.htm which explains how to do it. But, my need is a bit more than what is shown. I have to run a query and based on results of it decide what...
View ArticleStacked Bar Chart Issue
Hello, with ColdFusion 8 this code produces duplicate stacked bars. The two chartseries are required to produce the stacked affect. One bar stack is labeled "Programs" and the second is labeled...
View Articledatetime parameter in coldfusion report builder
Hi, I'm trying to create a report in coldfusion report builder that takes 2 parameters; startdate and enddate. These two parameters correspond to two fields in my sql database. However, both the fields...
View ArticleAnyone using Jasper Reports or anything else?
Anyone out there using JasperReports with Coldfusion 8? cfdocument and cfReport have such a performance hit on our box when we try to run certain reports. IE - Report Cards We need something that would...
View ArticleHow to pass an array or structure, in addition to a query, or multiple...
Is there a way to pass an array or structure for example as parameters, in addition to a query, or multiple queries to the Report Builder in CF8? I believe this was recommended by users to be in CF8.
View ArticleReport Builder - Last page issue and Report Footer issue
I am using ColdFusion 9 Report Builder, am new to this product and encountering 2 issues. Issue 1 - I have a field that I would like to print on the last page of my report. How can I determine the...
View ArticleCount calculated field not working on the group header
Hi guys, I would like to ask your opinion why the COUNT calculated field not working on the GROUP header? Suppose I have 10 records in the report. It should display 10 not 0. But if I put the count...
View Article