Questions tagged [cfreport]

9 questions
4
votes
1 answer

How to disable "AllowPrinting" for PDF generated in cfreport/cfdocument?

The business requirement says that the PDF cannot be printed. I looked up the doc of cfreport, and it says for format="pdf", there is a permissions attribute that I can set to a list of permissions including AllowPrinting. However, setting…
Henry
  • 32,689
  • 19
  • 120
  • 221
2
votes
2 answers

CFReport producing blank page

I'm moving a website from environment A to environment B. My current hangup is that the pre-existing ColdFusion Report isn't running. The page loads with a blank html document, not a PDF file like the report is supposed to produce. i.e. If I view…
genericHCU
  • 4,394
  • 2
  • 22
  • 34
0
votes
2 answers

how to create background watermark in CFReport

I want how to create background watermark (especially Image) in CFReport just like appearing "Developer Edition" text in CFReport when we render if our CF version is developer edition.
PPShein
  • 13,309
  • 42
  • 142
  • 227
0
votes
0 answers

Creating report getting failed in ColdFusion 2018

I have tried the below code for creating report in ColdFusion, but it gives failure like in the screenshot,
Justin
  • 378
  • 1
  • 3
  • 12
0
votes
2 answers

Is it possible to print multiple cfreport in a single print job easily?

What's the easiest way to print multiple cfreport in a single print job? The only method I can think of is to output each report to a PDF individually, then merge the PDFs into one big PDF, and print that PDF. Is this the only way? Can I do…
Henry
  • 32,689
  • 19
  • 120
  • 221
0
votes
0 answers

ColdFusion Report Builder passing {ts yyyy-mm-dd 00:00:00} date into sub report

Quick question. I've been googling but have yet to find an answer to this problem. I am creating a sub report inside CF Report Builder. The problem I am having is I have to pass a date into my query in the sub report, and the date is coming in as an…
user2921015
  • 69
  • 1
  • 9
0
votes
1 answer

CF Report Builder Calculated Field Error

I am working on an existing Cold Fusion report and am getting an error when trying to create a calculated field. When I use the following expression in the field: IIF(calc.WI_TOT_AGT_CNT_MTD NEQ 0 AND CALC.WI_TOT_AGT_CNT_MTD NEQ…
user2921015
  • 69
  • 1
  • 9
0
votes
0 answers

ColdFusion cfreport displaying DB data without a specified query

Is there a way to associate a query to a .cfr report other than specifying it with the query attribute of the cfreport tag, or imbedding it directly using Query Builder? I have a report that consist's of three sub-reports. The report is declared in…
samus
  • 6,102
  • 6
  • 31
  • 69
0
votes
2 answers

Cannot bind image to ColdFusion report input parameter

I am working with ColdFusion Report Builder for CF9 and trying to pass a chart into a report as a PNG image. Here's my CFML code:
imthepitts
  • 1,647
  • 10
  • 9