Sure.  Here is an extremely simplified version of the cfc that still throws the 
DeliveryInDout error:

<cfcomponent displayname="printRO"output="false">
        <cffunction name="printFactSheet" returntype="numeric" access="remote" 
output="false">  
                <cfset printSuccess = 1 />
                        <cfdocument format="PDF" saveAsName="test">
                                <body>Hi</body>
                        </cfdocument>
                <cfreturn printSuccess />
        </cffunction>
</cfcomponent>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:5066
Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37

Reply via email to