CF8 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 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 ArticleColdfusion Report Builder (loop) technique
I originally posted this under Advanced Techniques. I am guessing perhaps not the correct category, since I received no response. I have been using the Report Builder. It creates professsional reports....
View ArticleChopped Text CFdocument
I'm still getting chopped text with cfdocument....yes, I've upgraded to the lastest version...no I don't want to pay $500 bucks to talk to technical support, but it's looks as if I may unless someone...
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 Articledatetime parameter in coldfusion report builder
Hi, I'm trying to create a report in coldfusion report builder that takes 2 parameters; startdate and enddate. These two parameters correspond to two fields in my sql database. However, both the fields...
View ArticleInfinite loop creating new page due to column header overflow.
i am getting an error and some pages "Infinite loop creating new page due to column header overflow. " -- using report builder 9, i have a fairly simple report - that contains 4 subreports. for some...
View Articlereport data binding error unknown column name
Hi,I am having a problem with the new 7.02 update of Report Builder. The issue is it's not finding my SQL query.I have wrote my query initally in the advance mode, and it doesn't seem to reconize it....
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 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 ArticleStacked Bar Chart Issue
Hello, with ColdFusion 8 this code produces duplicate stacked bars. The two chartseries are required to produce the stacked affect. One bar stack is labeled "Programs" and the second is labeled...
View ArticlePassing Data into a CFR
I have written a basic report that uses data from a query to populate the report. I would like to find a way to pass data into the cfr to be used as a filter on the query like the following:SELECT...
View Articlereport builder
When I reopen a cfr that I just saved, a number of the font sizes have changed. I reset them and save again, then close the file. Reopening the file does the exact same thing, several of the text field...
View Articlecoldfusion8 cfdocument formatting change
creating pdf reports from same coldfusion 8 program(not report builder). If number of pages exceed 1,100 the print formatting changes in that all fonts are reduced in size.
View Articlecfreport and large number of records
Hi,i try to use reporting over a large database and when the query returns a too large number of rows i get a 500 null error messagefor example, i have a report that's supposed to display values for...
View Articleappending and splitting pdf files
What is the best method of appending PDFs to documents created via the cfdocument tag? In the past I have used 3rd party software to not only generate but also append existing PDFs to create one large...
View ArticleReports on IBM AIX
Hello I'm upgrading a server from CF 7 to CF 8 on an IBM AIX P6 server.When invoking a report defined using Report Builder on the new server I get the message "invalid magic number" and the class...
View ArticleQueries Missing
I had to reinstall CF Report Builder as a result of rebuilding my system. I redefined my RDS Server entry in CF Report Builder using the same name and server, but when I open any report, the query is...
View ArticleRemove Line When Blank
I set the "Remove Line When Blank" to "True" in Report Builder but a blank row still appears. Has anyone been to successfully able to get it working?
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 Article