Removing Blank Lines
When printing account statements, I'm printing the address in the group header band. Even though I'm selecting "remove line when blank", I'm still getting blank lines when there is not a 2nd street...
View Articlecoldfusion report builder labels dont fit - Help!
I am using CF Report Builder to construct an Avery 5263 Label. When I out put it on the page to print it out, the labels do not print out correctly. The first one comes out fine and all the rest are...
View ArticleUsing CFREPORT to Produce a Crystal Report
We are currently upgrading our application from CF4.5, CR 8.5& Oracle 9.2 running on a Windows 2000 server to CF8, CR10& Oracle 10G running on a Windows 2003 server.I have managed to get one of...
View ArticleDisplay issue with HTML formatted text in report builder
I am using the FCKeditor in my application to allow endusers the ability to create formated text on reports. We curently are experiencing 2 issues: 1. If you copy and paste from MS Word 2003/2007 it...
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 ArticleCross Tab question in Report Builder
Im trying to create a cross tab report in Report Builder but not having any luck. The icon is completly greyed out . The report I need will have an unknown number of colums and I think the only way to...
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 Articlemaster detail report
I want to create a master details report using CF 10 Report Builder, but I do not find the option.I would like to know should I insert a sub report in to detail band to generate master details...
View ArticleSub Report Padding
I have embedded a sub report into my main report. I am putting my sub report flush left and top of the Detail band, but when I generate the report, it is positioned down and to the right. It looks like...
View ArticleUsing a "Sum" Calculated Field on a "Count" query column?
Here's my query using the Query Report Builder:SELECT Col1, COUNT(Col1) AS Count_ColumnFROM TableGROUP BY Col1It generates a report that lists all the values of column "Col1" and how many times each...
View Articletwo 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 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 ArticleBug with CF Report Builder 8
Hi,I'm currently testing the CF Report Builder 8, and I've created a query in the Advanced Query window. e.g. myQry.In the "Variable containing query object" field, I've also typed myQry.This, of...
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 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 Articlecfchart - how do I stop percent value from rounding
I am trying to present a simple chart with labelformat="percent" (see below).The problem is that the values being presented are decimal values between 1 and 2. Although it appears to put the data...
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 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 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 Articlecfchart questions
Thanks in advance for any help you can give me! I have a basic bar chart with 5 cfchartseries. Each cfchartseries has a seriesLabel parameter with a value, but they are just not showing up on the...
View Article