Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

cfdocument Tag Issues

Participant ,
Jan 12, 2009 Jan 12, 2009
Hello Community:

This is my issue: I am using a <cfdocument> tag to generate a report. The report is about 20 pages. Once a user saves all the data and answer the questions to be generated in the report I submit the form that sends the inspection id to the cfm file that have the report in it (cfdocument and code is in this file.) My report returns a blank screen. If I change the format to flashpaper, then it attempts to download an empty cfm file. If I remove the cfdocument tags from my code then the correct output prints on an html document. I don't know what's wrong with my cfdocuemnt tags. I am using CF8. Any setting Coldfusion Admin? Any ideas?

Thanks!
TOPICS
Advanced techniques
455
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , Jan 14, 2009 Jan 14, 2009
I seem to remember having a similar problem, but then used CFHEADER to force the file name that will be opened. Try this code at the top of the page that generates the document.
Translate
Explorer ,
Jan 14, 2009 Jan 14, 2009
I seem to remember having a similar problem, but then used CFHEADER to force the file name that will be opened. Try this code at the top of the page that generates the document.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Jan 16, 2009 Jan 16, 2009
Thanks Selene:

I will try that and will get back to you!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Feb 02, 2009 Feb 02, 2009
Selene!

Thanks! This solve the problem.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Feb 02, 2009 Feb 02, 2009
Selene!

Thanks! This solved the problem.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Feb 02, 2009 Feb 02, 2009
LATEST
Selene!

Thanks! This solved the problem.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources