We have a Visual Basic process in Access(not fun) that 
creates PDF’s and names them and automatically downloads 
them to a drive. The code we are using breaks with any 
version of Acrobat writer after 5. The bad code writes to 
the registry and as is follows.

Function NamePDFFile(strName As String)

     Dim WshShell As Object, bKey As Object

     Set WshShell = CreateObject("WScript.Shell")

     WshShell.RegWrite "HKCU\Software\Adobe\Acrobat 
PDFWriter\PDFFileName", strName, "REG_SZ"


Does anyone know how to do this with Access 2003 and 
Acrobat 7?


Lee

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252451
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to