Got an error

Failed attempting to find "OPENOUTPUTFILE" property/method on the object

COM error 0x80020006. Unknown name.

Janine Jakim wrote:

> You give the name of the document when you make the set the OpenOutputFile
>
> <CFSET  R = Tlkt.OpenOutputFile(ExpandPath("../PDFs/MyNameForPDFHere.PDF"))>
>
> The OpenInputFile is the template that you have made and want to add data
> to.
> <CFSET R=Tlkt.OpenInputFile(ExpandPath("../PDFs/MyTemplateName.PDF"))>
>
> I make the pdf names dynamic
> <CFOUTPUT>
> <CFSET  R =
> Tlkt.OpenOutputFile(ExpandPath("../PDFs/#MyNameForPDFHere#.PDF"))>
> </CFOUTPUT>
> Which makes it nice when digging for old pdfs.
>
> -----Original Message-----
> From: Huynh Weiming [mailto:huynh_weiming@;bah.com]
> Sent: Wednesday, October 16, 2002 12:09 PM
> To: CF-Talk
> Subject: Assigning dynamic file name in activePDF
>
> activePDF gives the pdf filename this uniqueID numbers as its filename
> when the pdf is created.  Is there a method to assign a filename? Or am
> I dealing with an evaluation version, that I can't assign my own file
> name.
>
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Reply via email to