cfreport not working when called on self-submitting form
Hello everybody,I'm having strange problem with outputting reports using cfreport tag. When I test the report in Report Builder everything seems to work (I have one parameter - the date). Once I call...
View ArticleInstall error
Last night I tried to install Coldfusion 9 but my laptop froze when it was near the end. Then I uninstalled it and when I went to reinstall it today I got an error message in the error log saying that...
View ArticleI think I'm in big trouble now - CFReport
Hi all, My client asked for some nicer reports that don't look so "excel-ish", specifically they wanted to see some nice looking 3D charts along with their data in a PDF format. So, I worked on trying...
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 ArticleReporting help
Hi, I´m new in forum.Im trying to change one project made in Oracle Forms/Rerports to CFML.I did somethings in CFML in 2003 and now I will return to it because I need time and dont want type lines of...
View ArticleReport Builder problem?
I have a flash application which I exported as a windows projector so that it runs in Flash Player. It uses a data source via cf8. I've created several reports using report builder and their cfr's are...
View ArticleProblem with bar cfchart, yaxistitle distorts mouseover text
I am having a problem with cfchart bar charts, have searched but not found a solution. If I specify any value for yaxistitle, it distorts the text that appears when you mouseover. If I don't specify...
View ArticleCF9 Report Builder: Hardcopy only has watermark, no detail
I'm committing the sin of putting this question to multiple forums but I'm hoping a different audience might give an answer as I'm on a dealine to produce this report. I'm working on a workstation...
View ArticleDisplaying alternate content when date field is null
I am using Report Builder 8. I am grouping on a date field, but some of the people returned have a null value. I need to show an alternate heading if that group's date is null, I would actually like it...
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 ArticleDownload PDF
Hi,I want to download a PDF file depending upon the value selected by the user in a Select control. I am able to retreive data but I do not understand how to download the PDF file.
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 ArticleReport Builder Paging
I am trying to get specific control over the page numbers that print in my report. I am using the Report Header band for a cover sheet and muti-page invoices (grouped on invoice number) follow. I want...
View ArticleSerial Won't Work
I registered to get Flex and Coldfusion for free as I am a student studying web development at university. I was able to install flex just fine but coldfusion doesn't like my serial number when I type...
View ArticleCalculate age in a function
I am trying to calculate and return the age of a person. My code is: <cfset variable.age = '(dateDiff("yyyy",query.birthdate, now()))'>I get a "If the expression is a string, ensure that it is...
View ArticleCF 10 Report Building
Good evening all, I have been running CF Report Builder 9 without any issues with CF 9. I migrated to CF 10 and Report Builder 10 and, Report Builder does not maintain a connection. It's very...
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 Articletotal pages
hi all how can i get of number of total pages in a cfreport? i try with a custom field with count on calc.PAGE_NUMBERbut i obtain this error: Error: calc.PAGE_NUMBER is not a valid ColdFusion...
View ArticleCFDOCUMENT - Retaining Look Versus Pagination
I have a problem with <CFDOCUMENT> paginating and honoring the formatting at the same time in both PDF and FlashPaper. I removed my <HTML> and <BODY> tags because I read somewhere...
View ArticleCFCHART Loop Query
Hi -I want to loop over a query and Get users with hours charged to a project. When this runs it just shows the total of all the hours for each person. This query should return 2 people one with 12...
View Article