manipulate recordset inside cfr
with cfreport i can add some function to my report.i would access to recordset (passed to cfr) for ordering it. query to cfr -> ordering recordset in cfr -> print is this possible? thanks
View ArticleReport builder formatting--flashpaper
Reports I build using coldfusion reportbuilder look great on my machine, but when we run them on other developers' machines or on other servers, the formatting changes. The columns don't line up...
View ArticleCF7 cfdocument's display 30% smaller on CF8
We have copied existing CF7 cfdocument' page to a new Coldfusion 8 server and when the pages are run the resulting pdf and flashpaper display 30% smaller on CF8. Both the Fonts and the images and the...
View ArticleHow to customise charting styles?
Hi,I'm currently looking for a way to customise the styles available in cfchart. I have to place 9 charts on an A4 page in landscape i.e. 3 rows of 3 charts, each of size width 280 and height 190.Is...
View ArticleCFREPORT - RTF Label/Envelope Issue
Please help me here. I had a production issue to resole, so I applied CF Updater 2 on 7.0.2 and Hot fix 2. This took away the feature of creating Envelope Labels in Word (a RTF output report ) using...
View ArticleRemoving 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 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 ArticlePrinting FlashPaper with browser print button does not work
Hi,does anybody know, why printing a FlashPaper with the browser print button does not work ???Just the small print button in the right corner of the FlaspPaper Player works.Hope someone can help :-)
View ArticleUsing cfif statement in CF Report Builder
How can I use if statements when building a query within CF Report Builder?Existing Code that doesn't work in the Report Builder Query:Select *FROM Issue_PrioritizationReportWHERE 0=0<cfif...
View Articlepass url parameter to cfreport
I am using CF9 and have generated a report using CF Report Builder that has a report parameter that function correctly.I am trying to be able to get the variable value from the the address line and...
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 ArticleDynamic Report heading
I have a stored procedure from MS SQL backend and the result heading is WeekResult1, WeekResult2, WeekResult3... etc until Week20Result for report datasource. I would like to assign the heading at run...
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 Articlecfdocument performing very poorly on CFMX 7.0.2
Background: CFMX 7.0.2 on a W2003 (SP2) box using IIS 6.0 and Active Directory.Attempting to use <cfdocument> to produce PDF output. I was originally producing a rather complex HTML page with...
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 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 ArticleReport Function and calculation
I use Report Builder for summary at group footer.I tried to function builder like Sum(Query.MyField), but the report builder does not like this for some reason.I tried to use Query.MyField, Report...
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 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 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 Article