CFChart in CFDocument on CF8

I'm using CF8 enterprise on Windows Server 2008 and CF8 developer on Windows Server 2003.  I've never had problems getting images or cfcharts on my cfdocuments on my development server, but just yesterday got images to work on the production server by using file://ipaddress instead of the regular img src="img.jpg", but I still can't get the cfcharts to show up on the production server.  With jpg and png the red x shows up, when I use flash, a blank box shows up.  Does anyone have any hints?

The answer was here all along, I was just searching for the wrong things.
http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=graphing_10.html
http://forums.adobe.com/message/3233968
<cfloop from="1" to="5" index="i">
<cfmodule template="generateReportingGraphs.cfm" graphNum="#i#" dealer_id="#dealer_id#" month="#month#" year="#year#">
<img src="http://#ip_address#/portal/PROD/Forms/monthly_reports/#dealer_id#_chart_#i#.jpg">
</cfloop>
generateReportingGraphs:
<cfchart name="mychart" scalefrom="#min#" scaleto="#max#" showlegend="yes" title="Total Closing Inventory & Total Idle Capital" format="jpg" chartheight="#gheight#" chartwidth="#gwidth#">
                        <cfchartseries type="line" query="grabData" serieslabel="Total Inventory" valuecolumn="total_inventory" itemcolumn="xlabel"/>
                        <cfchartseries type="line" query="grabData" serieslabel="Idle Capital" valuecolumn="total_idle_capital" itemcolumn="xlabel"/>
                    </cfchart>
<cffile action="write" nameconflict="overwrite" file="#getdirectoryFromPath(getCurrentTemplatePath())##dealer_id#_chart_#graphnum#.jpg" output="#mychart#">

Similar Messages

  • Do we have a fix for the justification bug in cfdocument for CF8?

    Do we have a fix for the justification bug in cfdocument for CF8?

    For IDocs it is [ABAP->Data Transfers|ABAP Connectivity;.
    The rest...not sure. Maybe there as well, or XI? Other suggestions?
    Thomas

  • CFDocument pdf CF8.01 super slow~unless I remove dynamic image

    Upgraded from CF7 to CF8.01 and all the hotfixes. Since the
    upgrade, dynamic .pdfs are super slow. I commented out an image,
    and now it loads faster. What changed in CF8.01 to cause problems
    with including dynamic images in .pdfs? How do I get around this
    and still use images? Here's my code..
    <img src="file://///xxxDocServer/HiRes
    Photos#Biography.File_Path#" width="119" height="153" />
    I'm open to trying anything to speed this up.. Just don't
    want to have to rollback to CF7
    Help... anyone at Adobe have any ideas? Pretty
    please??

    Make sure your image is in sRGB colorspace.

  • CFChart images broken when creating a PDF document with SSL

    I have a report that I create with Coldfusion, that includes a number of CFChart objects.  I recently installed a new SSL certificate, and now all the charts show up as broken links.   It shows up fine if I try and display this as HTML. On the chance it was something weird about my (lengthly) report, I created the following sample code that I saved in a file called foo.cfm:
    <cfset sDir = "C:/">
    <cfset filename = "foo123.pdf">
    <cfdocument format="pdf" filename="#filename#" overwrite="yes" marginleft=".7" margintop=".3" backgroundvisible="yes">
    TEST 12345
    <br>
    <br>
    <div style="height:500px;float:right; margin-left:10px; margin-top:10px; margin-right:10px; margin-bottom:10px;">
        <cfchart
            format="png"
            chartwidth="400"
            chartheight="360"
            showborder="no"
            databackgroundcolor="##ffffff" 
            fontbold="yes"
            sortxaxis="no"
            yoffset=".1"
            scaleto="100"
            showmarkers="no"
            show3d="no"
            fontsize="11"
              >
        <cfchartseries type="bar" datalabelstyle="none" seriescolor="##00CC99" paintstyle="shade">
        <cfchartdata item="B" value="40">
        <cfchartdata item="A" value="50">
        <cfchartdata item="E" value="80">
        <cfchartdata item="S" value="30">
        </cfchartseries>
        </cfchart>
    </div>
    </cfdocument>
    <cfoutput>
    <a href="#filename#" target="_blank">Foo</a>
    </cfoutput>
    If I go to the URL https://www.mywebsite.com/foo.cfm, the foo.pdf file shows a broken link.  If instead I go to http://www.mywebsite.com/foo.cfm the image of the chart shows up just fine. 
    The weird thing is that I have an older server running CF9.0.0.  On this server it works just fine.  On another server with 9.0.1, it breaks.  Same with 9.0.2, and CF 10. 
    I read something about needing to install the cert in a keystore, and I did this but it changed nothing.  The image is still broken in the pdf. 
    Any help would be greatly appreciated.  We have been able to work around the issue by posting the image in a non-secure location, but this seems like a hack, not a proper solution.

    Hi Anit, thanks for the feedback.  I did try this on a different server, using the instructions here:
    http://helpx.adobe.com/coldfusion/kb/import-certificates-certificate-stores-coldfusion.htm l
    and then restarted ColdFusion, but it didn't seem to fix the issue.  How would I check that the certificate has been correctly imported?  Also, how can I define what URL Coldfusion uses to get the images it creates with CFChart?   Though it seems to me this should "just work" by default, if I've followed the steps correctly, and I should have to edit any config files.

  • Secure CFIDE directory & functionality to use cfdocument, cfpdf

    Looking for your advice on the best way to create a secure CFIDE directory that will allow me to have full functionality to use cfdocument, cfpdf etc...
    My understanding is that certain folders within that need  to web accessible for cfchart,cfform,cfdocument to work, is that correct?
    We have had security issues and my hosting company has denied users access to the cfide directory and now I am getting erros when I try and merge PDF docs ...I am sure there are others I havent found yet too.
    An error occurred during MERGE operation in the cfpdf tag.
    Error: Access is denied
    java.io.IOException: Access is denied
            at java.io.WinNTFileSystem.createFileExclusively(Native Method)
            at java.io.File.checkAndCreate(File.java:1704)
            at java.io.File.createTempFile(File.java:1792)
            at coldfusion.pdf.PDFDocHandler.writeDocument(PDFDocHandler.java:900)
            at coldfusion.pdf.PDFDocHandler.writeDocument(PDFDocHandler.java:866)
            at coldfusion.pdf.PDFDocHandler.writeDocument(PDFDocHandler.java:847)
            at coldfusion.pdf.PDFDocOperation.merge(PDFDocOperation.java:524)
            at coldfusion.tagext.lang.PDFTag.doEndTag(PDFTag.java:1534)
    Etc...............
    Anyway what is Adobe's official solution to this issue?
    Either I leave the CFIDE unsecured and the cfdocument, cfpdf ...work
    OR
    I lock down the CFIDE directory and lose the functionality for creating PDFS and other things.
    Any ideas?

    There are several threads on securing the CFIDE. The best I have found involves to steps: 1) Keep up to date with the latest CF patches. 2) Break the current CFIDE virtual directory, replace it with one that points to an empty directory, then create a "scripts" one under that that points back to the original cfide/scripts directory. Most of the vulnerabilities revolve around other CFIDE modules not within the scripts branch and this will prevent probably 99% of them. Someday maybe Adobe will incorporate this into the standard distribution, but I'm not holding my breath.

  • Cfchart scaleto still doesn't work in CF8?

    I saw numerous posts on here and other forums about how the
    'scaleto' attribute in cfchart doesn't work right in CF7. But, I'm
    having the same problems with CF8. It still hasn't been fixed?
    I'm following along with Ben Forta's CF8 WACK in chapter 16
    listing 16.4. The data is from his ows database. There is actually
    an error in his code, where the 'scaleto' is set to 1500000, but
    the highest value from the database goes to '800000000', so I
    changed the 'scaleto' to '1000000000'. The crazy thing is, figure
    16.4 in the book shows the upper limit at 1 billion, just like it's
    supposed to work, but it doesn't work for me.
    I saw another post that said it worked fine when they removed
    the labelformat="currency" attribute, and sure enough, when removed
    it works just fine (albeit without the proper formatting). Does
    Adobe plan on ever actually fixing cfchart in any CF release?
    I'm using: CF801 developer edition on Vista (sp1) and the CF8
    internal web server. The code is below, but I'm assuming others
    have this book and have tried it? Anyone else still having issues
    with 'scaleto' in CF8?
    <!--- This defines the size and appearance of the chart
    --->
    <cfchart chartwidth="750"
    chartheight="450"
    yaxistitle="Budget"
    <!--- 3D appearance --->
    show3d="yes"
    xoffset=".04"
    yoffset=".04"
    <!--- Fonts and colors --->
    showborder="yes"
    foregroundcolor="003366"
    backgroundcolor="99dddd"
    databackgroundcolor="66bbbb"
    tipbgcolor="ffff99"
    fontsize="11"
    fontbold="yes"
    fontitalic="yes"
    <!--- gridlines and axis labels --->
    scalefrom="0"
    scaleto="1000000000"
    gridlines="6"
    showygridlines="yes"
    labelformat="currency">
    <!--- within the chart --->
    <cfchartseries type="bar"
    seriescolor="green"
    serieslabel="Budget Details:"
    query="chartquery"
    valuecolumn="amountbudgeted"
    itemcolumn="movietitle"
    paintstyle="light">
    </cfchart>

    I appear to have solved at least part of my problem. In addition to running the application firewall that's accessible from System Preferences, I run ipfw via the WaterRoof frontend. I have my firewall rules carefully crafted to my needs, including open ports for iTunes sharing, Bonjour, etc., all according to Apple's documentation.
    However, I don't see anywhere that they've documented this. On disabling the ipfw firewall, I found AirPlay worked again. Further testing and examination of the logs revealed that the Mac had been denying inbound packets coming from the AirPort Express and destined for UDP port 6002. So far I can find no official documentation saying iTunes or AirPlay uses that port, but allowing it through the firewall seems to have worked. This wasn't necessary in earlier versions of iTunes, and I'm not sure why it has changed now.
    I haven't tested streaming to the iPhone yet.

  • CF8 cfdocuments new bugs (font size, bold, underline...)

    Hi
    I face the following problems after upgrading from CF 7.0.2
    to CF8 + Cumulative Hotfix 1 :
    - bold and underline generates white space around them if
    they are embedded in a sentence (i.e "this is <bold>bold text
    </bod> and it is fun")
    - font size behavior has changed, the text is now bigger. (My
    font-size: 12px is bigger than before)
    - when reducing it (i.e font-size: 11px) the bold/underline
    problem becomes the opposite : instead of white space, I have
    overlapping texts.
    We use a html 4.01 transitional doctype and CSS styles (i.e
    div class="myclass" and .myclass{..} in a separate css file)
    Any suggestion ?

    the cf8 cfdocument cumulative hotfix has been updated on Jan
    30 2008 -
    have you re-installed it?
    http://kb.adobe.com/selfservice/viewContent.do?externalId=kb402584&sliceId=1
    Azadi Saryev
    Sabai-dee.com
    http://www.sabai-dee.com/

  • Cfdocument printing issues: cf7 vs cf8

    Here's what happens when I create a pdf with
    <cfdocument> on CF7 vs CF8:
    CF7
    The generated pdf is 16 pages and 87.6 KB. When I print the
    pdf the progress bar in acrobat fills up immediately. The total
    size in the print spooler is 1.18MB
    CF8
    The generated pdf is 16 pages and 622 KB. When I print the
    pdf the progress bar in acrobat takes almost 3 minutes to get to
    100%. The total size in the print spooler is a whopping 75.5MB
    I am using fontembed="false", but that seems to have no
    effect on the actual filesize either. Also, on the CF8 document I
    can click all over the place and get these 1/2" x 1/2" blue cubes
    that show up. They are exactly like the ones you get if you click
    on an image, only they are in random areas all over the place. One
    other thing, when I save the CF8 pdf, there is a progress bar in
    the lower right that says "optimized for fast web viewing". It
    doesn't do that for CF7.
    What is going on here, and what can be done? Users are not
    able to print anything out in a timely fashion. Thanks.
    EDIT:
    If I don't import my 3KB css file, the pdf behaves like it
    does in CF7, minus the formatting of course

    There was a background image in the css that was causing the
    issue, but it was only a problem when using @import to get the css,
    and only in CF8.

  • Cfdocument - CF8 hotfix expected?

    Ok, so I understand that Adobe has installed some type of fix
    on thier systems to rectify the problems of scaling with the
    <cfdocument> tag. A poster from Adobe sent a response to me
    that he couldn't see the problems I was having becuase he had the
    "fix" installed about this topic a month ago.
    Does anybody know when this "fix" will be available to the
    rest of us CF8 users? We had a massive emergency redesign from
    absolute positioning to relative positioning when the bugs reared
    their ugly heads on our upgrade from CF7 to CF8. I would like to
    get to the point of creating the pages properly as opposed to
    having to continually build in work-arounds for the current bugs
    (just to have to go back and re-design when [or if] it does get
    fixed).

    Here is the link in case you didnt get them yet
    http://kb.adobe.com/selfservice/viewContent.do?externalId=kb402466&sliceId=1

  • CF7 cfdocument's display 30% smaller on CF8

    We have copied existing CF7 cfdocument' page to a new
    Coldfusion 8 server and when the pages are run the resulting pdf
    and flashpaper display 30% smaller on CF8.
    Both the Fonts and the images and the tables are all scaled
    down by about 30% in size. We have a lot of these documents so, we
    not be able to upgrade, its a real show stopper. Its like the
    effective display area has been scaled fit into about 70% of the
    page area.
    I have searched for a people reporting the same issues but
    found no one reporting this. Has anyone seen this and is there a
    fix

    Code below
    <cfdocument format="flashpaper">
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN" "
    http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <title>Certificate</title>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    </head>
    <body bgcolor=#FFFFFF leftmargin=0 topmargin=0
    marginwidth=0 marginheight=0 style="text-align:center;">
    <table height="1300px" width="800px" border=0
    cellpadding=0 cellspacing=0 style="margin:0; padding:0">
    <tr>
    <td colspan=3>
    <img src="images/certificate-banner.jpg"
    alt=""></td>
    </tr>
    <tr> <td colspan=3 valign="top"
    align="center"><font size="12" face="Arial, Helvetica,
    sans-serif"><br>
    <font size="2"><strong>Company Name and Address,
    United Kingdom <br /> Tel: +44 (0)115 5199818 Fax: +44 (0)115
    5199818 Email: [email protected]
    </strong></font></font></td>
    </tr>
    <tr>
    <td colspan=3 valign="top"
    align="center"><p> </p>
    <p><font
    color="<cfoutput>#request.settings.CompanyColour#</cfoutput>"
    size="5" face="Georgia, Times New Roman, Times,
    serif"><strong>Commissioning
    Certificate</strong></font></p></td>
    </tr>
    <tr><td> </td></tr>
    <tr>
    <td>
    <img src="images/2_04.jpg" width=185 height=1
    alt=""></td>
    <td rowspan=2>
    <img src="images/certificate-photo.jpg" width=444
    height=303 alt=""></td>
    <td>
    <img src="images/2_06.jpg" width=171 height=1
    alt=""></td>
    </tr>
    ETC

  • CF8 cfdocument tag has a few new bugs

    This discusses two new bugs in CF8 having to do with footers
    in cfdocument.
    ***FIRST BUG***
    With CFMX7, I could define a new footer by putting a new
    <cfdocumentitem type="footer"> tag in each cfdocumentsection
    of my pdf report. Each could have a different string, e.g., so that
    the footer could tell the reader which chapter she is reading. This
    does not work in CF8. The chapter name that appears on all pages is
    the one defined in the last <cfdocumentitem type="footer">
    tag in the cfdocument. Now only the page number changes
    dynamically. Sample code:
    <cfdocument format="pdf" unit="in" pagetype="letter"
    marginbottom="0.8" marginleft="1" marginright="1"
    margintop="0.8"
    orientation="portrait" fontembed="yes" overwrite="yes"
    filename="pdfbugdemo2.pdf" pageheight="11" pagewidth="8.5"
    scale="100">
    <cfdocumentsection>
    <cfset footerContent="1. Introduction">
    <cfdocumentitem type="footer">
    <div style="float: left;">
    <cfoutput>#footerContent#</cfoutput>
    </div>
    <div style="float: right;">
    <cfoutput>#cfdocument.currentpagenumber#</cfoutput>
    </div>
    </cfdocumentitem>
    <h1>Introduction</h1>
    </cfdocumentsection>
    <cfdocumentsection>
    <cfset footerContent="2. Body of Document">
    <cfdocumentitem type="footer">
    <div style="float: left;">
    <cfoutput>#footerContent#</cfoutput>
    </div>
    <div style="float: right;">
    <cfoutput>#cfdocument.currentpagenumber#</cfoutput>
    </div>
    </cfdocumentitem>
    <h1>Body of Document</h1>
    </cfdocumentsection>
    </cfdocument>
    *** SECOND BUG ***
    In CF8, you cannot cfinclude the same template multiple times
    in a given template - you get an error (at least sometimes). A
    workaround is to make multiple copies of the template, each with a
    different name. This was not necessary in CFMX7. Sample code:
    <cfdocument format="pdf" unit="in" pagetype="letter"
    marginbottom="0.8" marginleft="1" marginright="1"
    margintop="0.8"
    orientation="portrait" fontembed="yes" overwrite="yes"
    filename="pdfbugdemo2.pdf" pageheight="11" pagewidth="8.5"
    scale="100">
    <cfdocumentsection>
    <cfset footerContent="1. Introduction">
    <cfinclude template="pdfbugfooter.cfm">
    <h1>Introduction</h1>
    </cfdocumentsection>
    <cfdocumentsection>
    <cfset footerContent="2. Body of Document">
    <cfinclude template="pdfbugfooter.cfm">
    <h1>Body of Document</h1>
    </cfdocumentsection>
    </cfdocument>
    where pdfbugfooter.cfm is:
    <cfdocumentitem type="footer">
    <div style="float: left;">
    <cfoutput>#footerContent#</cfoutput>
    </div>
    <div style="float: right;">
    <cfoutput>#cfdocument.currentpagenumber#</cfoutput>
    </div>
    </cfdocumentitem>

    re: If you claim didn't say that,
    No "if" about it - I made no such claim and never would -
    thats just you
    talking gibberish. Who in their right mind would say, or even
    suggest, that
    forums are not helpful. The only reason a forum exists in the
    first place is
    to be helpful!
    re: So what was your actual intention in the first place?
    Not sure you would undertsand, you seem to struggle to follow
    along. But
    just a hint for you - the forum posts, or quantity thereof,
    have been used
    by several people here, and by editors at sites such as
    sitepoint.com, as a
    metric to use to gague interest and activity. A metric only
    useful when
    taken in context with other pointers (job market, book
    market, number of
    classes still running, so on and so forth)
    Again, nobody has ever said forums are not useful or helpful
    - I suspect you
    knew that much but felt the need to throw some nonsense about
    in an attempt
    at an argument - failed didn't it?
    RE: Maybe they realized Ben Forta writes such a good books,
    they felt
    ashamed? :-)
    The O'Reilly audience is typically seasoned developers, hard
    core coders.
    Their books are a tough read for beginners and O'Reilly
    delibertately do not
    cater to this audeince with many of their titles. And to put
    it bluntly, the
    main bunch of people to ditch CF early on were these "hard
    core" types. I
    belive this as the only CF developers I know are actually
    more "designers"
    than developers - I know of no professional coder/developers
    that would
    touch CF. Thats just my personal observation, btw.
    re: From what I read, people are telling I'm right.
    Are you crazy? They are all, at least 95%, in agreemenst that
    Tim Buntel
    needs to pick up the marketing act before CF dies. Seriously,
    you do seem to
    struggle to follow along at times - suggest you actually
    read.
    re: CF has always been "dead" in many places.
    How can you always be dead, doesn't make sense! You have to
    have lived in
    order to die. There used to be hundreds of cf jobs advertised
    here in
    Australia every day, literally every day. Now you may see 3
    or 4 each week -
    mostly for migrating old cf sites to new asp.net or java
    sites. And there is
    no longer any CF classes advetised or held in nearly all
    states - they
    literally shut them down. I'm confident enough that the
    comment "CF is dead"
    is accurate.
    r: Maybe you should be answering those questions, since you
    seem to know
    they're true, and I haven't heard of any such things.
    I know the answers to all of those questions - becuase CF is
    dying. If CF
    were living, then none of those questions would have been
    asked.
    re: So you know they're not investing in one?
    Yes, I know that. They will never spend that kind fo money on
    coldfusion -
    it just wouldn't be vaible for them. We're darned lucky that
    still have
    small team of enginners to write tags around the java
    libraries and release
    new versions. They are not actually going to start
    "innovating" with CF in a
    market like this - and I don't blame them.
    "Fernis" <[email protected]> wrote in
    message
    news:[email protected]...
    > >I never said you can't get help on the forums. Where
    did you get that
    > >from?
    >
    > If you claim didn't say that, and if you didn't even
    mean that by saying
    > "Forum averages about 3 new posts a day and has very
    small community -
    > very
    > quiet.", why did you say such thing in the first place,
    if it's totally
    > irrelevant to all about getting help in the forums? So
    what was your
    > actual
    > intention in the first place? Are you not reading what
    other people are
    > saying
    > before responding? The rest of my post is really useless
    compared to the
    > finding that you just really do the trolling because you
    like nit-picking.
    > Unbelievable.
    >
    > >Why did O'Reilly pull their once popular CF book
    from print and refuse to
    > write any further CF books?
    >
    > Maybe they realized Ben Forta writes such a good books,
    they felt ashamed?
    > :-)
    > I mean, if they were popular as you said.
    >
    > >No, its not not. Go here -
    >
    http://techfeed.net/blog/index.cfm/2007/8/22/Open-Letter-to-Tim-Buntel
    > >- and see actual people tell you how wrong you are.
    >
    > From what I read, people are telling I'm right. So what
    *you* say is
    > downright
    > silly.
    >
    > >But you seemed to be thing that I based my whole
    argument that CF is weak
    > >and
    > dying
    > >( is already dead in many places)
    >
    > CF has always been "dead" in many places. And it's been
    dying for 10
    > years -
    > they say. So what's new? You just don't seem to
    understand that random
    > sites
    > switching ColdFusion for something else doesn't mean
    that at the same time
    > there are likely new adopters of ColdFusion. You just
    don't know about
    > them,
    > while you can more easily track if some of them go away.
    You don't
    > actually
    > have anything but blind guesses about what's happening.
    >
    > I'm seeing more CF frameworks pop up as ever before. And
    In Finland, I'm
    > seeing more ColdFusion hosting appear than ever before.
    >
    > >Why did MM/Adobe pull an entire team of employees
    out of Australia? Why
    > >did
    > >they stop printing ads in all of the trade
    magazines? Why did MM push PHP
    > >more than CF on their website?
    >
    > Maybe you should be answering those questions, since you
    seem to know
    > they're
    > true, and I haven't heard of any such things.
    >
    > > Why don't they invest in an IDE to atract all those
    developers out there
    > that like a complete RAD platform?
    > > So on and so forth???
    >
    > So you know they're not investing in one? And I thought
    DreamWeaver would
    > act
    > as one? Or third party products like CFEclipse? Or
    Adobe's IDE extensions
    > for
    > Eclipse? Sure, the CF IDE's lack behind the automation
    and insight
    > functionality of other IDEs, and that's something I'm
    hoping for too...
    > although I've always felt that strong IDEs are strictly
    necessary only for
    > programming languages where a huge number of
    non-user-defined libraries
    > and
    > classes are to be referenced. The level of automation in
    ColdFusion (lots
    > of
    > action with little code) make complex IDEs less
    important than with most
    > other
    > languages.
    >
    > -Ari Ferneilus
    >

  • cfdocument and cfchart stopped working when moved to Windows 2003/IIS6

    We just moved our content to a new server: from Windows 2000 to Windows  2003 (IIS6).
    We are using Cold Fusion MX 7,0,2,142559.
    Everything works properly after the move except:
    1. <cfdocument> (any, the simpliest one) hangs producing error:"The  document has no pages. null "
    2. <cfchart> crashes producing error: "Invalid attribute: autoAdjust null"
    What can it be? Where should we look? Is it some Windows 2003  feature/problem/blockage? Or does it look like Cold Fusion was not  installed properly?
    Any Hot Fixes are required?
    Any ideas are welcome!!!

    I would avoid installing 7.0.1 hotfixes on an 7.0.2 installation.   The 7.0.2 release notes state that "It also includes all previous ColdFusion MX 7 hot fixes that have been released to date, eliminating the need to install multiple hot fixes and patches."
    CF 7.0.2 Release notes
    http://www.adobe.com/support/documentation/en/coldfusion/mx702/cf702_releasenotes.html 
    You might try installing the ColdFusion MX 7.02 Cumulative Hot Fix 3 or the CFDocument Cumulative Hot Fix. 
    ColdFusion MX 7.02 Cumulative Hot Fix 3
    http://kb2.adobe.com/cps/402/kb402465.html 
    ColdFusion MX 7.02 - CFDocument Cumulative Hot Fix
    http://kb2.adobe.com/cps/402/kb402093.html

  • CFDocument CF8 super slow~unless I remove dynamic image

    Upgraded from CF7 to CF8.01 and all the hotfixes. Since the
    upgrade, dynamic .pdfs are super slow. I commented out an image,
    and now it loads faster. What changed in CF8.01 to cause problems
    with including dynamic images in .pdfs? How do I get around this
    and still use images? Here's my code..
    <img src="file://///xxxDocServer/HiRes
    Photos#Biography.File_Path#" width="119" height="153" />
    I'm open to trying anything to speed this up.. Just don't
    want to have to rollback to CF7.

    Make sure your image is in sRGB colorspace.

  • CF8 CFChart issue

    Does anyone have a fix for this bug? The below code displays
    perfectly in CF 7 and earlier versions. But in CF 8, the first
    chart series displays 6 elements in the graph even though it has
    just 2 elements.
    <cfchart format="png" chartwidth="280" chartheight="100"
    showlegend="false">
    <cfchartseries type="line">
    <cfchartdata item="a" value="20">
    <cfchartdata item="b" value="15">
    </cfchartseries>
    <cfchartseries type="line">
    <cfchartdata item="a" value="10">
    <cfchartdata item="b" value="6">
    <cfchartdata item="c" value="27">
    <cfchartdata item="d" value="5">
    <cfchartdata item="e" value="20">
    <cfchartdata item="f" value="3">
    </cfchartseries>
    </cfchart>

    Check out the 2nd comment in the LiveDocs for cfchart:
    http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_c_05.html#comments

  • Possible cfdocument header/footer bug in CF8

    All-
    I'm experiencing a problem with header and footers containing
    dynamic/
    query variables in the header/footer text. The header and
    footer are
    sort of being cached or not being updated appropriately when
    a query
    variable is inserted into the content of the header or
    footer. The
    code below will generate a PDF with the header and footer
    duplicating
    the qryReps.rep_name from the last record across all document
    sections/pages.....its not showing the showing the correct
    qryReps.rep_name for
    the particular record in that loop. SO, if the last record in
    the
    query is "John Doe", the header on EVERY PAGE shows "Header:
    John
    Doe". Anyone have any ideas??? Any input would be
    appreciated!!!
    NOTE: RUNNING ON CF8

    This bug has been fixed and a hotfix for this will be
    released very soon. Stay tuned.

Maybe you are looking for

  • Printing wireless via Macbook Pro but not via iPad

    I was able to install, print my HP Deskjet InkAdvantage 3515 from my Macbook Pro but when tried printing using my iPad, AirPrint printer not available.  How come? Did set-up wireless config in printer too.

  • Airport is unstable and slow

    Hello everyone, I just bought a used mac book pro. It has a clean install of lion 10.6.8 Airport is very unstable and slow. Ethernet is solid and fast. Was up late/and tweaking around in settings all day. Finally got the settings to recognise the 2wi

  • Updated from 3.6.13 (working menu & rightclick) to 3.6.14 (menus and rightclick do NOT work) how do I fix this?

    I have just updated from firefox 3.6.13 where all functions like menu & rightmouse click work to firefox 3.6.14 where the pulldown menu'seg file just look like pressed(but the shortcut keys still work) AND NO menu is visible, and also the rightmouse

  • F.5D/1KEK error in  Profit center accounting

    Hi, I have an issue running F.5D. When I enter my company code, it is saying "nothing was seleted". I had run this transaction before for the period.  Can this transaction be run only once a period? Also, I have an issue while running 1KEK. Only the

  • Lightroom trial consistently crashes

    I downloaded and installed (after several tries) a trial version of Lightroom for Windows.  The program will open, but as soon as I click Import (either the button or through the File menu), it crashes - the little circle thing spins endlessly, and I