dbTalk Databases Forums  

Acrobat failed to send a DDE Command

comp.databases.ms-access comp.databases.ms-access


Discuss Acrobat failed to send a DDE Command in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jonas
 
Posts: n/a

Default Acrobat failed to send a DDE Command - 02-14-2011 , 03:04 PM






I am trying to print some PDF documents via MS Access. I get a
message that says, "Acrobat failed to send a DDE command." The
documents open up one after another but do not print. When I get to
around the 50th document, I get the above message. I recently got a
new version of Acrobat Reader, 9.0. Does this error message have
something to do with the registry? Below is some code.


ADOBEPATH = "C:\Program Files\Adobe\Reader 9.0\Reader\AcroRd32.exe"
PDFFILE = tempname2

Shell """" & ADOBEPATH & """/p /h """ & PDFFILE & """"""

Reply With Quote
  #2  
Old   
Albert D. Kallal
 
Posts: n/a

Default Re: Acrobat failed to send a DDE Command - 02-18-2011 , 08:42 PM






?"Jonas" wrote in message
news:3cdaa1fd-71b6-45de-914d-e632c76eec11 (AT) g10g2000vbv (DOT) googlegroups.com...

Quote:
I am trying to print some PDF documents via MS Access.
Try this:


CreateObject("Shell.Application").Namespace(0).Par seName("c:\mypdf\myDoc.pdf").InvokeVerb
("&Print")


--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
Pleasenospam_kallal (AT) msn (DOT) com

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.