Cfdocument 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 format error. The device is not ready
I have recently run into a wierd CF reporting error. Has anyone ever seen this error? "Report format error. The device is not ready"Any clues as to what it means? I am getting it just trying to run a...
View Articlecfdocument - Save ColdFusion Report to RTF without save prompt
I am attempting to save a Coldfusion report directly to an RTF file. The following example creates a RTF file but with the SAVE PROMPT windows. Is there a way to by-pass the save prompt window and...
View ArticleField with Stretch with overflow is not streching in the page or band headers
Field with 'Stretch with overflow' = True is not stretching in the page or band headers. "Print when detail overflows" is also true. If I stretch the height. it shows up, but does not grow or shrink...
View ArticleMultiple queries
I currently pass a payroll report one query. Now I need to add another 1-n area to the report, which will require an additional query. Is this possible?
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 ArticleColdfusion Reports .cfr file too slow
Hello I created a .cfr file which is outputting the 12k records, I ran the query in SQL Mnager, runs good. but when I Create a report with the same query it takes more than 3 minutes to run, sometimes...
View ArticleCFREPORT - rendering bug?
I am trying to generate a tabular report, but I encountered a weird bug: if the content of a column exceed the first page height, in the second page the borders of the other columns (that don't...
View ArticleColdFusion 9 / Crystal Reports 9 error
I'm trying to invoke Crystal 9 via CFReport in CF9 and I keep getting the following error: CrystalReport Integration Exception. Error code: 2147776748 Error in File 翁 : Missing or out-of-date export...
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 ArticleSubreport does not grow/shrink
I've got a report with a sub-report embedded. Everytime the detail for the subreport is more than the size of the original design in the main report the subreport gets chopped off. This is very...
View ArticleIs there any way to see source code for CFR?
Hi, I am thinking about using the CF ReportBuilder, but I'd like to know how powerful that is to handle big report project. Is there any way to edit the .cfr file in text editor, and add some tags into...
View ArticleReport Builder CF8 Beta2
After initial wizard CF report builder breaks. Same happend if i press cancel.My OS is: Microsoft Vista Home Premium x64 bit
View ArticleReport Builder Patches
The currently available version of report builder has numerous layout problems that become obvious when using multiple column and/or sub reports. Having used JasperReports for several years, it seems...
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 ArticleCF 7.01 CF7.02 stacked chart displays negative axis
There was a know bug which is supposed to be fixed, but this code produces a negative y axis (http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=e6a6dd7a). Any idea what could be wrong besides a...
View ArticleCFPrint printer problem
Hi there, I'm now in problem about cfprint.Here is my coding : <cfdump var="#GetPrinterInfo()#"> When I run this coding in client site, it shows error that "no printer avaliable". Oddly, I run...
View ArticleReport Builder 8, Changing Excel Tab Names
I have a simple report built in Report Builder 8. The user can select to export a report to flashpaper, HTML, PDF or Excel. When the report renders in Excel, that tab name is aways ColdFusionReport....
View ArticleCounts needed for data in random sequence
I have a table that is grouped by entry date, agency, last name. I need to know how many records within entry date & agency have a disposition of "Dep', how many have a disposition of "Can"...
View ArticleWhat does the "Start New Column" property do?
OK, I think I'm completely missing something, but I have absolutely no idea what the "Start New Column" option in Group Management means. "Start New Page" and "Reset Page Number" make perfect sense to...
View Article