Is <cfdocument> reliable?

Ask a Question related to Macromedia ColdFusion, Design and Development.

  1. #1

    Default Is <cfdocument> reliable?

    I just upgraded to CF MX 7 and have been testing <cfdocument>. I have a
    potential new client that I am trying to sell them on CFML specificly for there
    needs of publising professional printable reports from a web browser. The
    problem is that I put cfdocument flashpaper or pdf around a report and in many
    cases it will generate a page with nothing but characters like the following:
    ??B???-??U?[V\zFBVvZzFrbbrT???/..mll??jhh???V*Cz{?||??|z?x+???xWEEE~~~XX
    XJJJ}}?\.g?X]]]??=??Ww??z?V6?k[jJ??M??(k????M??GL???D???? When I
    try a smaller report sometimes it works, but then that same report on another
    computer in the office will he those charaters? Can I 'bank' on <cfdocument>
    and be sure they will work from my potential client 100% of the time or am I
    just doing something wrong? Thanks

    marmsV4L Guest

  2. Similar Questions and Discussions

    1. CF SCHEDULER NOT RELIABLE
      I am using CFMX 6.1, and have a simple scheduled task that runs every minute. 90% of the time it executes ok, but the other 10% it never executes....
    2. Reliable onmouseout in IE
      Been pounding my head a bit over mouse out events in IE. I need a general solution to the following sort of situation. Designer has an element...
    3. Why is Illustrator 8 format more reliable?
      I'm currently using Illustrator CS. Our vendors are still using Illustrator 9 and 10. When I export (save) a CS Illustrator file in their...
    4. Are GUI Tools reliable?
      This has been something that has been on my mind for a long time. It seems that the GUI tools (Control Center, Command Center, Development Center,...
    5. is rcp reliable
      dear aix gurus, i'm on the way to copy big amounts of data from an aix 4.3.3 to an 5.2 box with rcp. i use rcp -p -r /source_dir/....
  3. #2

    Default Re: Is <cfdocument> reliable?

    Has anyone used <cfdocument> in an enterprise production enviroment?
    marmsV4L Guest

  4. #3

    Default Re: Is <cfdocument> reliable?

    marmsV4L wrote:
    > I just upgraded to CF MX 7 and have been testing <cfdocument>. I have a
    > potential new client that I am trying to sell them on CFML specificly for there
    > needs of publising professional printable reports from a web browser. The
    > problem is that I put cfdocument flashpaper or pdf around a report and in many
    > cases it will generate a page with nothing but characters like the following:
    > ??B???-??U?[V\zFBVvZzFrbbrT???/..mll??jhh???V*Cz{?||??|z?x+???xWEEE~~~XX
    > XJJJ}}?\.g?X]]]??=??Ww??z?V6?k[jJ??M??(k????M??GL???D???? When I
    > try a smaller report sometimes it works, but then that same report on another
    > computer in the office will he those charaters? Can I 'bank' on <cfdocument>
    > and be sure they will work from my potential client 100% of the time or am I
    > just doing something wrong? Thanks
    >
    This is an IE issue. It will not handle refreshing the page properly.
    The first time it sees an HTML page, and it remembers that everytime you
    refresh.

    Try closing the browser, and opening it again, and going straight to the
    site (after you've changed it to PDF). It should come up fine, and
    consistently.

    Or, you can change the url. Maybe add a url parameter you're ignoring?
    [url]http://myserver/mycfm.cfm?testing=1[/url]

    Firefox doesn't have this issue. You can swap from HTML, to pdf, to
    flashpaper, refreshing between, etc.

    This will happen with the reporting feature as well. Sometimes you get
    an error in the cfreport, and it renders the error page in HTML. You
    fix the error, and then refresh, and it's all garbled.

    One of the many reasons I use Firefox :)

    Joe Gooch
    K12 Systems, Inc.
    Joseph Gooch Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139