Page 1 of 1

Error 53 File Not Found

Posted: Thu May 01, 2008 10:43 am
by XMGCX
I am using a simple for\next loop in vb6 to print a series of jobs. The code sends these print jobs to the BullZip printer.

I am passing the output filename via the bullzip COM call to SetValue and surpressing all the dialogs it all works fine.

BUT if I try to output more than 30 or 40 pdf files in succession I start randomly getting 'Error 53 File Not Found- MAKE PDF' errors ?

I am not quite sure what file it is looking for and why it only does this after 30 or so print jobs in succession ?

I have tried putting in some sleep statement to make it hang around for half a second between each job but its still happening.

Any idea what is causing this problem ?

Kind Regards
Mark