Recognize completion in Access

About the programming interface for the virtual PDF printer driver.

Moderator: jr

Post Reply
bobandelaine
Posts: 4
Joined: Fri Mar 26, 2010 5:58 pm

Recognize completion in Access

Post by bobandelaine »

When sending output to the BullZIP printer in Access, it appears that control returns to the VBA module after the report is spooled but before the PDF is actually created. And it appears (from a prior post) that the "recommended" way to determine actual completion is to monitor the BullZIP log.

Would anyone be willing to share a snippet of code (or at least some hints) as to how to do this?

I'm not sure whether I'm supposed to read in the log and look for something specific in the last record, or if there's a way to tell when BullZIP (or maybe it's Ghostscript) has closed the log??

Thanks in advance...

Bob
Post Reply