List 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 ArticlePrint When Detail Overflows Question
Is the "Print When Detail Overflows" option supposed to work this way or am I doing something wrong? The help states..."Print When Detail Overflows specifies whether an element prints only after a page...
View ArticleCFCHART Loop Query
Hi -I want to loop over a query and Get users with hours charged to a project. When this runs it just shows the total of all the hours for each person. This query should return 2 people one with 12...
View ArticleMultiple text formatting attributes for a single field
Many of my reports deal with scientific and common names of plants. My clients want the scientific names displayed in italics with the common name in standard font (Cornus coosa, Dogwood). Since...
View ArticlePage and Report Footers Problem
Hi, I've been having two problems with footers that I haven't been able to figure out: 1. My report needs a different footer on the first page than on the rest of the document. I tried using the...
View Articleinsert sub report error message
Object: TfrmWizardTemplate, frmWizardTemplate Exception:'String) into type (Boolean) when evaluation instruction OperEqual ($0' is not a value integer valueSee error log for stack trace.  I got above...
View ArticleSave Data in Report to Use later
I have several names to report I need to combine data from several records of the same type with different codes. Not all names have the same codes. I want to report the data on one line. Is there a...
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 ArticleConflicts with CFReport tag and custom JasperReports feature within our...
My company's application was previously on ColdFusion 6.1 and working fine. We built a reporting feature using JasperReports to generate reports (which were created with iReport) which also allowed the...
View ArticleReport Header Sized To Full Page Crashes Server
I have a report built in cf reportbuilder. I am running it on cfmx 7.0.2. When I stretch out the report header to 10.5", with top and bottom margins at .25" the document pegs jrun at 100% and the...
View ArticleCFREPORTPARAM Not Overriding Subreport query
I'm trying to use CFREPORTPARAM to override the query of a subreport but it is not working. It still uses the query that is defined in Report Builder for the subreport when the report is...
View ArticleCF Report Builder percent of total for group
I have a report (built with CF Report Builder) that calculates subtotals in groups. My user wants to also see what percentage of the grand total these group totals represent. It seems that CF...
View ArticlePopulate PDF Forms
I would like to populate one pdf form with multiple sets of data and create one finished pdf form. I have a pdf form that was designed to create a one page letter. I brought the pdf into Adobe...
View ArticleCFdocument
hello,I have a problem with the creation of pdf. My acpplication functioned very well and generated pdf without problem with cfdocument. And for 2 days, the pdf have not been any more to create. When I...
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 Articleusing advanced query builder for a chart
I am trying to insert a query-based chart in my report template. However, the data is coming from a text file; thus I am creating the query object for the chart by parsing the text file. However, the...
View ArticleDynamic images in CF report builder 7
Hi :-)Im pulling my hair out over an issue with cfreport builder 7 and the abillity to dynamically display images.I can display images dynamicaly fine using this method: application.coverimage &...
View ArticleCfdocument and right aligned text
I using CFDOCUMENT to render a complex document as a PDF. Unfortunately the report uses many combinations of font sizes, weights and styles and but I just noticed that right aligned text doesn't line...
View ArticleReport Data Binding Error with CFREPORT
I'm getting this error on my production server but not my testing server when I try to print a report:Report data binding error Unknown column name : PK_RegistrationID.The thing is, the column...
View ArticleStored Procedure Issue
Hi,I am running into a problem with calling stored procedures in my Report Builder. In the 7.01 version i could just do the following call to get it to run my SP.SPName '#cfvariable#' ,...
View Article