Report Builder Nightmares
I'm pulling my hair out over this one! I have a report I built with CF 8 Report Builder. It has a text field in which I'm displaying an ntext field from a MS SQL 2005 database. I've set the property...
View ArticleMulti Page Reports CF v7.0.2
I need to create a report that will have one page of detail data; then 1 to 2 pages. These will contain images of documents. The second and third page will be displayed only if the images are on...
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 ArticlePage Footer not printing
Hello,I´ve inserted the "quick field" "X of Y" in the page footer of the report. But it only prints on the first page.Can anyone help me with this?Thanks.Manuel
View ArticleProblems with dynamic grouping
I'm in the process of converting a fair number of crystal report to coldfusion reports and I'm having a heck of time with dynamic grouping in coldfusion reports. The original crystal report changes the...
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 Articlebold font
Hi i have a fied in report builder withquery.FacilityName & " " & query.Addresswhat i need is the first part (query.FacilityName) to be in bold how would i do this?
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 Articlecfdocument.currentpagenumber
I have got a basket function including some employees.It is then possible to print the basket of employees using<cfdocument format="PDF" orientation="landscape">But I each employee can be printed...
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 Articleproblem creating drill downs with CFChart.
Hi, I am using <cfchart> in cf9 and am having an issue with the #itemlabel# value. here is my code/ <cfchart chartheight="240" chartwidth="220" yaxistitle="employees"...
View ArticleProblem testing report builder report
When I test my report it while in report builder, it looks great on the screen. When I try to actually print a page so I can see how it looks on paper using the forms, all I get is the background/ CF...
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 ArticleDateTime Parameter being passed maybe blank
I have a Transcript report and I only want to print any other institude name and credit earned (transfer information) that occurred before the student graduated. I am selecting only the institudes that...
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 Articleavery labels with rich text or html
In the past I have used the cf_averyrtf.cfm custom tag to produce avery formatted labels -- works great. Now I need to do the same but include formatted text, or ideally HTML content into the same...
View Articlemanipulate 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 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 Articlesub report in column header
Infinite loop creating new page due to column header overflow. I have a sub report on the column header which works, Because my sub report return different records from data source, it fails and get...
View Article