I'm running 1.1 stable.
Error is this:
Bad File Exception
The tag <cfdocumentitem type="pagebreak" /> could not be loaded due to
an internal error
Here's the code; I've tried both as shown here and as a self-closing
tag:
<cfheader name="Content-Disposition" value="attachment; filename=""sql
results.pdf""">
<cfcontent reset="yes" type="application/pdf; charset=UTF-8">
<cfdocument format="pdf">
<cfoutput>#sqlResult#</cfoutput>
<cfif Len(sqlShowQryInfo)>
<cfdocumentitem type="pagebreak">
<cfoutput>#sqlQryInfoHTML#</cfoutput>
</cfif>
</cfdocument>
Thanks for any thoughts.
e
On Aug 29, 12:38 am, Matthew Woodward <[email protected]> wrote:
> Though it appears that a page break should work ... post your code and
> the error you're seeing. And are you running the nightly or version 1.1
> stable?
--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
http://groups.google.com/group/openbd?hl=en
official site @ http://www.openbluedragon.org/
!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---