Multiple text formatting attributes for a single field
Many of my reports deal with scientific and common names of plants. My clients want the scientific names displayed in italics with the common name in standard font (Cornus coosa, Dogwood). Since...
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 ArticleTwo column subreport problem
I have a main report which is basically a shell for multiple subreports in the detail section. My problem is that if I have a two column subreport (where the data ends in the second column) that is...
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 ArticleHow do I unsubscribe to email alerts?
Can someone tell me how I can do this with this category?The email alerts are driving me mad! :-s
View ArticleCan't add attribute to 0-length text
I have a CFREPORT Template that has been running fine for months. This report has 8 layered controls (Color coded page tabs for a Table of Contents). Yesterday I added 2 new Calculated Fields and added...
View ArticleColumn Guides
What is the easiest way to have a solid line between my columns. I don't wan't any breaks. A line inside the detail band does not seem to work and it won't let me strech the line from the column header...
View ArticleReport compile error
Hi! I am getting following error everytime I try to preview the reportReport compilation error. Error at (231, 20: nullAlso, out of 15 reports from the list this current report does not take datetime...
View ArticleLink to Chart Style File
The <cfchart> tag has an attribute called "style" that allows you to set the xml file. Is there a way to do this for the charts in Report Builder? I know that you can modify default.xml but that...
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- Output is cutting lines
The PDF document being produced is perfect on all 3 pages except for the first line of every pages (other than P1) is being cut "horizontally"... the line is there but I can only see the bottom/lower...
View ArticleCustom labels on y-axis in Webcharts
Hello! Our customer wants to have labels on one of the axes displaying a percentage which is not part of the graph data. For example: So far I have created this using Webcharts: Using this model:...
View ArticleTable with cell borders in Coldfusion Report Builder
I'm using ColdFusion Report Builder and I'm trying to create a table with cell borders, looking somewhat like Excel. The data comes from a query. How do I do this? I'm running ColdFusion 9 on Windows XP.
View ArticleCF Report Builder 8 exception: No search engine has been assigned
I have successfully used the search feature from within CF Report Builder for years. It is very helpful for tracking down fields that have changed. Now I am receiving the following message when I...
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 ArticleProblem with IIf in Report Builder
Hi,This is my first try with Report Builder and I have managed to create some custom labels however I would like to hide any empty address fields. At the moment if any of the address fields are empty I...
View ArticleReport Builder: output to Excel removes leading zeros
I'm trying to use the Report Builder to output a numeric field to EXCEL , but on numbers that start with zero EXCEL removes the leading zero's. ex. 00123 becomes 123. Is there something that I can put...
View Articlecfchart line styles
Does anyone know if you can style a line in charts? A lot of people are colorblind or don't have color printers and so things never look as intended, dotted or dashed lines make graphs more accessible....
View ArticleBrowser based dynamic report generation
Here is what i want to do.I want to allow our customers the ability, through an IE browser, authenticated to ColdFusion, to create their own reports through their own ColdFusion webpage.-We will list...
View Articlecfchart broken in CF 8
In CF 7, cfchart would not plot null values from queries. Here is a sample from a CF 7 server showing the results with a query using NULL values.http://devmx.jibben.com/cfcharttest.cfmHere is the same...
View Article