Message 1 of 21
Batch DWG Error Coding

Not applicable
09-09-2003
06:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have placed a .doc file in customer files that has the same topic name as this one The .doc file contains a snippet of code that I have been using for almost 2 years for batch processing idws out to dwgs. I recently had to resurrect it and update it to create dwgs for a customer. When I load the que with files it will process the first file without issue, but every subsequent file afterwards would hand up on the dwgAddIn.SaveCopyAs line in the code. When I placed a err.description line in there the immediate window said that it was a "Catastrophic Failure". Then I placed an On Error Resume Next line above it it continued to run but after saving the dwg a DBXbridge.exe error appeared on the screen telling me that there was a memory address error. Very strange...but the program continued to run and create all the dwgs. But for every dwg that it created there was an error message for it. Is there something in R7 that I need to add now? I don't know. Any advice is helpful. Mike