Search found 8 matches
- Mon Apr 20, 2009 5:12 pm
- Forum: General
- Topic: Way to know when Merge is finished?
- Replies: 1
- Views: 7578
Re: Way to know when Merge is finished?
How about a way to check the state of Bullzip then? When Bullzip tries to merge the new page with the prior pages, I get a window with the following message: "Error copying PDF document to destination file. Please close the file 'path' if it is open and try again." There are RETRY and CANC...
- Fri Apr 17, 2009 2:59 am
- Forum: General
- Topic: Way to know when Merge is finished?
- Replies: 1
- Views: 7578
Way to know when Merge is finished?
I'm working on a merge problem. I'm sending up to 43 single-page reports from Access to be merged in Bullzip. As the merge file gets bigger and bigger with each addition, the merge process takes longer to complete. By the time I get to the middle of the set of 43, I'm getting error messages about th...
- Fri Apr 17, 2009 2:51 am
- Forum: General
- Topic: Error 1020: Merge file <path/filename> was not found.
- Replies: 1
- Views: 8025
Re: Error 1020: Merge file <path/filename> was not found.
It turns out it was a version problem. I'm not sure what has changed between 5_0_0_609 and 6_0_0_766, but everything works fine once everybody is working under 5_0_0_609.
- Wed Apr 15, 2009 8:56 pm
- Forum: General
- Topic: Error 1020: Merge file <path/filename> was not found.
- Replies: 1
- Views: 8025
Error 1020: Merge file <path/filename> was not found.
I can't figure out what's wrong with the installation that is causing the following error message whenever I try to print to the Bullzip printer from Access 2003. Here is the error message: An error occurred. Error 1020: Merge file <path/filename> was not found. Run converter to create PDF file. Her...
- Sat Aug 16, 2008 6:55 am
- Forum: General
- Topic: Error 1007 Merge
- Replies: 6
- Views: 32852
That's it! Thank you!
Dibidibi, I can't thank you enough for going out of your way to tell me how to fix my problem. This is huge for me. Thank you Thank you Thank you. Re: the delay: I'm using the following after printing the Access report, before moving on to the next one and it seems to work fine: [code] Do While Dir(...
- Sun Jun 08, 2008 5:06 pm
- Forum: General
- Topic: Ghostscript Error 1007 Merge operation from MS Access 2003
- Replies: 0
- Views: 9934
Ghostscript Error 1007 Merge operation from MS Access 2003
I'm testing the Merge process by trying to send multiple Access reports. I've modified the sample code for PrintReportAsPDF to allow me to pass variables about the report to create, whether to open it once completed, and whether to merge. The first report is created just fine, I get the bubble messa...
- Tue Jun 03, 2008 11:38 pm
- Forum: General
- Topic: Error 1007 Merge
- Replies: 6
- Views: 32852
Some more details to supplement my post: The error message box says: An error occurred. Error 1007: An error occurred while running Ghostscript. Merge operation. Also, I've adjusted the section of code that determines which version of the command line to run: ...Select Case for type of report, last ...
- Mon Jun 02, 2008 5:01 pm
- Forum: General
- Topic: Error 1007 Merge
- Replies: 6
- Views: 32852
I'm having the same problem
I'm having the same problem. I'm testing the Merge process by trying to send two Access reports. I've modified the sample code for PrintReportAsPDF to allow me to pass variables about the report to create, whether to open it once completed, and whether to merge. The first report is created just fine...