Problem 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 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 ArticleClose window
Here is my problem. I am using a Flex app to manage my data and to kick off reporting events. One of these reports is just an Excel dump. I am calling a file called Company_Excel.cfm to create the...
View ArticleCFREPORT from CFC and IE returns blank page
I've got a report I built with report builder 7.0.2. Works great when viewing from Firefox. Returns a blank page when viewing from IE. Here's the catch: If I call the report from a cfm template using...
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 ArticleCrystal Reports XI and CF 7
I have read that Crystal XI does not support the old microsoft COM object interface. Yet, CF 7 and CF 8 still say they support Crystal Reports. Does anyone know if this is true with Crystal XI? I...
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 ArticleMX7 Updater report error
I have used the MX 7.01 updater to the version of 7,0,2,137072 . Since I have run this updater I not get a when I run a report, error as follows:Measage:Report compilation error. Error at (135, 20:...
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 ArticleColdfusion Report Builder (loop) technique
I originally posted this under Advanced Techniques. I am guessing perhaps not the correct category, since I received no response. I have been using the Report Builder. It creates professsional reports....
View Articlehelp, stuck on date range as cfreportparam
Hi all,i'm running this and getting the follwing error:Code:<cfreport template="invoice_many.cfr" format="pdf" ><cfreportparam name="from" value="2007-01-01"><cfreportparam name="to"...
View ArticleReport Builder: output to Excel removes leading zeros
I'm trying to use the Report Builder to output a numeric field to EXCEL , but on numbers that start with zero EXCEL removes the leading zero's. ex. 00123 becomes 123. Is there something that I can put...
View Articleinner join & outer join in one query
I have 11 tables, 10 of the tables need will always have a match on id, the 11th table may or my not have a match. I need to print info from the 10 tables with a matching id and information from the...
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 Articlecfdocument changes font size
I'm trying to use cfdocument to create a pdf; I cannot use ReportBuilder. I'm trying to output data in a table. I created a style set and I'm trying to apply those styles to my <td> tags....
View ArticleCalculate field does not work for stored procedure data source
I created a report using ColdFusion Report Builder using stored procdure as data source and would like to add a calculate field for summary field and realized that the calculate fields do not work and...
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 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 ArticleCF Report Builder - multiple queries
I am a CF developer who has worked a fair bit with coding reports manually. Have taken the plunge with report builder and generally like what I see, BUT am quite disappointed with an apparent lack of...
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 Article