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

flashpaper called from "form" hangs

Guest
Feb 18, 2008 Feb 18, 2008

Copy link to clipboard

Copied

Hello all,

I created a flashpaper .cfm page and it appears to run perfectly until I call it from a form action page. I saw a previous thread that mentioned a problem with this, but no solution was rendered.

I'm running on a goaddy.com server with CF7. My browser is IE 7.0.5730.11.

When I call the flashpaper page from a form, the browser status line indicates the page is downloading, but it never renders inside the browser.

Any suggestions?

Thanks,
Robert
TOPICS
Advanced techniques

Views

262

Translate

Translate

Report

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
Explorer ,
Feb 21, 2008 Feb 21, 2008

Copy link to clipboard

Copied

Hi,
This may be because of the variables that you are passing to the page (if any) are not correctly posted to the destination. Try passing the variables through URL or call the page using URL.

Prasanth

Votes

Translate

Translate

Report

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
Guest
Feb 21, 2008 Feb 21, 2008

Copy link to clipboard

Copied

LATEST
Possibly. However, I changed it from flashpaper to PDF and it worked like a charm. When I ran it straight from a URL the query produced over 400 records (which translates to over 400 pages) and it flaked out at around page 340 using flashpaper. With it set to PDF, all the pages rendered correctly. Sweet! Now I just have tweak the request form to produced the desired output from the query.

Thanks for the suggestion!

Robert

Votes

Translate

Translate

Report

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
Documentation