two CFREPORT tags in a template? in a loop?
Initially i wanted my CFREPORT block to be in a loop. I'm using RTF format. Only the first one runs.So, I removed the loop and, for fun, put the CFREPORT blocks one after the other. Still, only the...
View ArticleCalculate age in a function
I am trying to calculate and return the age of a person. My code is: <cfset variable.age = '(dateDiff("yyyy",query.birthdate, now()))'>I get a "If the expression is a string, ensure that it is...
View ArticleGroup heading print change group
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 ArticlePage Footer not printing
Hello,I´ve inserted the "quick field" "X of Y" in the page footer of the report. But it only prints on the first page.Can anyone help me with this?Thanks.Manuel
View ArticleCFReport Text Wrap issue
I am having difficulty getting text to wrap correctly. Say I have a text pox that is 10px wide. The elements that could fill the box (with each character being 1 px wide) may look like AAAAA, BBBBB BBB...
View Articlereport footer from other table
I need put some information on the report footer which data from other tables then the main report.It seems that report builder only accept one query, are there any way to let my report footer data to...
View ArticleTechnique for adding query fields to a report that cant be calculated from...
Perhaps this is useful to someone using Report Builder.I have a report that has a couple of fields that are not in the database tables that drive the report but instead are calculated from a range of...
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 ArticleDisplay message if report is blank or has no data..
I'm sure this is an easy one, but I'm not able to get anywhere on this..Using ColdFusion Report Builder to create a PDF report..Currently, If my report query returns no records I just get a blank...
View Articleremove coldfusion developer from reports
I get an overprint "coldfusion developer/trial edition" on my report builder previews. I deleted the builder and downloaded a fresh installer version, but got the same results.The product is doing what...
View ArticleList index out of bounds
I am working with an SQL Database and ColdFusion MX7. I have a very detailed report that I built in Report Builder. It worked fine until I tried to change the query statement to include a cfvariable (I...
View ArticleFunction to unformat HTML code
I start to build a report with CF Report Builder (8) and at some point, I realize that one of the field I need to display have HTML code (e.g.: <p>, <b>, etc...). The fact is that this...
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 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 ArticleBarcode Font not working now...
Just upgraded from CF 7 to CF 9 and I'm having trouble with one of my reports (PDF file) generated with CF Report Builder. It's using the IDAutomationHC39M font to print a bar code on a badge. I've...
View ArticleCrosstab in CF Report Builder 8
I know this has been asked before but I can't seem to find anything current. I came across some stuff but the links were diead or explanatory images didn't show. It seems that Report Builder doesn't...
View ArticleCF, Flash Charts, export as PDF - HELP!!!
I have reports which we are generating using Flash Charts in a CF site with a custom tag calling it. When I export the report to PDF, I can't get the chart to go with it. Any ideas on how to fix this?
View Articlecrystal report in coldfusion MX
I am just starting to use crystal report in Coldfusion MX, my crystal report is pre-defined <cfreport report="directory/crstlrpt.rpt"datasource = "ds_name"username="user"password="password">but...
View ArticleGroup heading print change group
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 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 Article