CFDOCUMENT
I am using cfdocument's ability to generate PDF documents from XHTLM 1.0 Transitional webpages. I using supported CSS styles to format the page by importing the style sheet. All styles with the...
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 ArticleCold Fusion Report Builder - A Dud ???
I have spent the last 2 weeks working on a (one) report. In general I have been happy with what I have been able to produce, but have been naively thinking that the issues I have been working through...
View ArticleHow do I Output SQL query (cfquery) to screen
I'd like to output the completed SQL Query that I'm writing to CFQuery to the screen so I can see what the report is querying the database. I tried <cfoutput>#myquery#</cfoutput> but that...
View ArticleExcel format doesn't work in Report Builder
Im displaying reportes in PDF format from Report BuilderBut the same report doesn't work if I choose the excel option.It works for MSExcel 2002 and 2007 but it doesn't work for Excel 20003Please let me...
View ArticleUsing HTML formatted text in the report builder
Has anyone been able to use HTML formatted text inside the report builder ?I have an application that allows collection of formatted data and I wish to report on the collcted data. The problem is that...
View ArticleStacked bar chart using cfchart?
Does anyone have example code for a stacked bar chart using cfchart under MX7? I've googled and searched, to no avail.Thanks!
View ArticleCustom Sub Reporting
I have built a report that is nothing more than a series of subreports stitched together in a set of group headers. I would like to give my users the ability not only to select which subreport they...
View Articlecfchart - how do I stop percent value from rounding
I am trying to present a simple chart with labelformat="percent" (see below).The problem is that the values being presented are decimal values between 1 and 2. Although it appears to put the data...
View ArticleFonts not smooth
Dear all,Is there a way to enhance the print-out fonts of CF Report Builder? On the screen it is quite smooth (FlashPaper), but when I do the printing (to printer or PDF) all characters are not that...
View ArticleDisplay issue with HTML formatted text in report builder
I am using the FCKeditor in my application to allow endusers the ability to create formated text on reports. We curently are experiencing 2 issues: 1. If you copy and paste from MS Word 2003/2007 it...
View ArticleReport Builder crashing
I am trying to edit the report query, changing the joins on the tables, and Report Builder crashes repeatedly. Anyone experienced this? Is there a patch for Report Builder I don't know about? Nathan...
View Articlecfdocument performing very poorly on CFMX 7.0.2
Background: CFMX 7.0.2 on a W2003 (SP2) box using IIS 6.0 and Active Directory.Attempting to use <cfdocument> to produce PDF output. I was originally producing a rather complex HTML page with...
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 9: Dynamic Footer Band Height
Problem:I have a coldfusion (.cfr) and need to be able to either set the height of the footer band or set the bottom margin so that the report can be printed onto custom paper which has pre-printed...
View ArticleWhy doesn't the scatter graph display properly??
Hi,I've already posted a thread regarding scatter graph but nobody (not even from Macromedia!) has been able to give me an answer and I've been trying on my own since then, but to no avail!I refer to...
View Articlesecond sub report
I have a report which has one sub report and works.I just move this sub report from column footer to rpeort footer and add a new sub report to column report.The main report and first sub report works...
View Articlesub report in column header
Infinite loop creating new page due to column header overflow. I have a sub report on the column header which works, Because my sub report return different records from data source, it fails and get...
View Articlecfdocument with foreign languages (urdu/farsi)
Adobe claims that writing from right to left should be possible (http://www.adobe.com/devnet/coldfusion/articles/printing_04.html) - but I have no success with my tests. I'm trying to create a document...
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 Article