CF 9 Standard Edition, and need to Display the Crystal Reports 2008 .rpt
Hello !! I am using CF 9 Standard Edition, and need to Display the Crystal Reports 2008 .rpt file in the Browser. This is not Possible using Unrefernced URL's as per the SAP experts...
View Articlecfdocument format = PDF - does not format correctly
Greetings I am simply attempting to print invoices from a query that displays correctly on the cfm result page, but using cfdocument to render a PDF version (to mail out) does not format even remotely...
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 Articlesubreport as a reportparam not using the proper query
I am trying to use a report with a subreport, normally works fine, but I want to pass a query to the subreport, not let it use its internal query. This works fine if I call the sub report by itself...
View ArticleTotals in a Report
I have a report that has totals for the information it is displaying. How do I suppress the totals until the final page is generated and push them down to the bottom of that page?
View ArticleReport Builder - fighting with Paging.
I have a report with a series of sub reports in it. Now that I have more sub reports than will fit on one page I am having a world of issues. When I put a new sub report in, you would expect it to just...
View ArticleSQL Queries disappearing
If you type or paste a query into Report Builder 7.02, then try to open up the query again, it is gone. The only way to find it again is in the snippits. This used to work fine in 7.01.
View ArticleUsing If statements in cfreport
Hi does anyone know how I might be able to handle this situation. I have some columns that are integers. These integers represent different text items. How and where can I put my if statement in...
View ArticleFonts not smooth
Dear all,Is there a way to enhance the print-out fonts of CF Report Builder? On the screen it is quite smooth (FlashPaper), but when I do the printing (to printer or PDF) all characters are not that...
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 ArticlePrint When Detail Overflows Question
Is the "Print When Detail Overflows" option supposed to work this way or am I doing something wrong? The help states..."Print When Detail Overflows specifies whether an element prints only after a page...
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 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 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 Articlecfmail
when i send mail using cfmail and under cfmail i add this cfmailpart tag......after i add this cfmailpart tag..if will automatically attach an empty .txt file......how to solve it????thx to answer my...
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 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 ArticleCF Report Builder line height
We're migrating CFMX7 servers (Solaris) and our .cfr reports are having problems due to how each server defines the height of a single line. That is, our old server had a shorter line height definition...
View Articlecfprint on a dot matrix printer
Hi all - I have a pdf that I'm printing on a dot matrix printer. In my pdf, I've specified that it should print using the Courier font. When I look at the pdf in Adobe Reader, it's in courier and...
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 Article