Here's a cf example that was on there site - zipped.
<CFOBJECT ACTION="Create"
TYPE="COM"
CLASS=APToolkit.Object
NAME="PDF">
<CFDIRECTORY ACTION=LIST DIRECTORY="#dirName#" FILTER="*.PDF" NAME="fdir">
<CFOUTPUT QUERY="fdir">
<CFSET fName=dirName & "\" & fdir.name>
blah ................
Steve
----- Original Message -----
From: "Janine Jakim" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, August 01, 2001 9:11 AM
Subject: ActivePdf
> has anyone used the active pdf? How do you set the master query/related
> query in CF??? I've been going through all the examples that they have
and
> I haven't come across how they do a db to form in cf. All their examples
> that have to do with db are in asp. Any help would be greatly
appreciated.
> Thanks,
> janine
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists