[cfaussie] Re: Problem creating PDF from CFMX7 output

2006-03-13 Thread Dale Fraser
We use CFDOCUMENT which has a save option, so no need for SAVECONTENT OR CFFILE. Works perfectly. If it's really a report, I highly recommend CFREPORT and the Report Builder. Regards Dale Fraser -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf

[cfaussie] Re: Problem creating PDF from CFMX7 output

2006-03-13 Thread Mike Kear
Thanks Dale, and I'm glad it's working perfectly for you. But we're getting an error, and I'm not sure why. Is it something I'm doing wrong or is it something to do with our server (meaning our production server, our dev server, and my PC - all set up by different people at different times).

[cfaussie] Re: Problem creating PDF from CFMX7 output

2006-03-13 Thread Mike Kear
Yes, then when we try to access the file, either to display it in the browser, or to email it, we get the error message [quote] Adobe reader could not open 'Acr70A.tmp' because it is either not a supported file type or because the fiel has been damaged (for example it was sent as an email

[cfaussie] Re: Problem creating PDF from CFMX7 output

2006-03-13 Thread Shib71
If you've tried all those pdf generation and access methods, then presumably the problem is with the code that actually generates the content. Have you been able to narrow the problem down to the first line of code that can cause a problem by itself? Or conversely, incrementally built up the pdf

[cfaussie] Re: Problem creating PDF from CFMX7 output

2006-03-13 Thread Mike Kear
I didnt phrase that last message well. I assumed the problem was with my code, but before I started searching through my code, I wanted to prove to my self there was no server issue first. in other words, I wanted to prove that if i did produce perfect code, I'd get the desired outcome. So my