Stored 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 ArticleForeign Languages in CFDocument
I need to find out more about cfdocument when processing PDF documents on the server and them sending them to the client they will want to view a PDF in their native language (Spanish, Arabic,...
View ArticleCold Fusion MX7 Report Builder - Wrap Text
In Cold Fusion MX7 Report Builder, I would like the fields I place in the Detail area to wrap if the text overflows the width of the field. I can get the text to wrap if I expand the height of the...
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 ArticleCFMX701 Reportbuilder and Turkish font problem
I was using CFMX7 and CF Reportbuilder and I had no problem with Turkish characters in flashpaper reports. Unfortunately,after I upgraded to CFMX701 my reports with Turkish fonts could not displayed...
View ArticleCFDOCUMENT + iText Library
Hi everyone,I just downloaded the itext-1.4.5.jar (iText Library) from source forge yesterday and placed in the C:\CFusionMX7\lib folder. After doing so, I was able to get some of the sample code I...
View ArticleColdfusion Report Builder Functions Not Displaying Proper Output
I'm having difficulty getting report functions to work. Looking at the documentation, I followed the steps to creating a function (which seems to be a ColdFusion function) and inserted it into the...
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 ArticleUsing CF 7 or CF 8 to access Crystal Reports
I would like to access reports created in the latest version of Crystal Reports (12) from within a Coldfusion 7 and or Coldfusion 8 Web application. I tried using the cfreport tag, but nothing happens....
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 ArticleChanging value of Param
I have a report that passes a date (time stamp) to a subreport. Sometimes the date being passed is null (or an empty string) and the report . When this happens get an "Incompatible java.lang.String...
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 ArticleMulti 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 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 ArticleUsing If statements in cfreport
Hi does anyone know how I might be able to handle this situation. I have some columns that are integers. These integers represent different text items. How and where can I put my if statement in...
View ArticleCF8 compiled code cannot be run in CF9 server
I have an enterprise application that is developed using ColdFusion. The application is compiled using CF8’s complier (using CFcomple.exe) to enhance performance and prevents un-authorized access to...
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 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 Articlecfdocument format = PDF - does not format correctly
Greetings I am simply attempting to print invoices from a query that displays correctly on the cfm result page, but using cfdocument to render a PDF version (to mail out) does not format even remotely...
View Article