We use CFDocument to generate invoices in our application.
Normally our clients print 10-20 invoices in a single batch, each
containing a logo image at the top of the page. On occasion the
logo does not appear on the first 1-2 pages but appear on the rest.
There is no red x or anything, just missing. If you hit refresh,
they then appear.
The logo is in the header section of the cfdocument call:
quote:
<cfdocumentitem type="header">
<cfoutput><img src="
http://www.somesite.com/images/logo.gif"
border="0" /></cfoutput>
</cfdocumentitem>
I'm running CF 7,0,2,142559 on Linux with the latest updater
and hot fix 3 applied. As well as the cumulative hot fix for
cfdocument issues: "ColdFusion MX 7.02 - CFDocument Cumulative Hot
Fix" (TechNote kb402093)
Any suggestions?