Message 1 of 3
How to print an invisble oependeIDW

Not applicable
02-27-2010
05:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
in Inventor 2009 i want to print some known idw's out of an Partlist.
AI open this files with
Set oDoc_Idw = oApp.Documents.Open(sIDWName, False)
After that i try to print with oDoc_Idw.PrintManager but nothing happend.
If the file is opened visible with
Set oDoc_Idw = oApp.Documents.Open(sIDWName, True)
the same code works well and files ar printed as intended.
Is there any way to print invisible opened IDW Files?
I thougth it would run much more faster and can be done in background?
Any advice?
Thanks,
Ralf
in Inventor 2009 i want to print some known idw's out of an Partlist.
AI open this files with
Set oDoc_Idw = oApp.Documents.Open(sIDWName, False)
After that i try to print with oDoc_Idw.PrintManager but nothing happend.
If the file is opened visible with
Set oDoc_Idw = oApp.Documents.Open(sIDWName, True)
the same code works well and files ar printed as intended.
Is there any way to print invisible opened IDW Files?
I thougth it would run much more faster and can be done in background?
Any advice?
Thanks,
Ralf