Message 1 of 4
lines missing in print

Not applicable
09-13-2007
09:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
here is the problem, I run a batch program that opens and print the selected drawing, sometimes ONLY sometimes the print will be missing parts of the drawing, like one sheet out of 25 sheets will have this problem.
the program I wrote does the following before the print
command is sent
1. resets the UCS to world
2. ThisDrawing.Application.ZoomExtents
3. ThisDrawing.Application.Update
4. ThisDrawing.Regen (acAllViewports)
any ideas?
the program I wrote does the following before the print
command is sent
1. resets the UCS to world
2. ThisDrawing.Application.ZoomExtents
3. ThisDrawing.Application.Update
4. ThisDrawing.Regen (acAllViewports)
any ideas?