How to test in code to see if BullZip is still printing?

About the programming interface for the virtual PDF printer driver.

Moderator: jr

Post Reply
etsherman
Posts: 1
Joined: Sat Sep 29, 2012 11:11 am

How to test in code to see if BullZip is still printing?

Post by etsherman »

I have an Access Visual Basic application that prints reports to PDF using BullZip PDF Printer. Once the file is printed the code will rename it and attach it to an email. The problem I have is the code seems to be trying to rename the file while BullZip still has it open thus generating and error: 75 Path/File access error. I have tried several code methods to try and loop until the IsFileOpen function returns False to no avail.

Does anyone know of a way to determine in code when BullZip completely finish printing the file thus releasing it???

Thanks,

ET
Post Reply