BJ McShane wrote: > My guestion is am I doing something wrong or is there a trick to force it to > behave one way for one program and another way for another program. I like > the cfdocument tag but it seems like it still has a lot of problems. I guess > I'm going to break the printable button into two so the user can print them > seperately.
If you are on CF8 you could look at creating five separate pdf's with the <cfdocument...> tag and then using the <cfpdf....> tag to concatenate them into a single pdf file for delivery to the client. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313112 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

