you talk about bound autocad file and the 40+ images? Is it an autocad
drawing (dxf, dwg,...) or is it an image (jpg, gif, png,...)? Basically, do
you need to open autocad and automate autocad to do the printing or can you
simply use another means to print the image?
Daniel
> Does anybody have any ideas on how to open a bound Autocad file from the form
> window and automatically go through the printing steps needed upon entering
[quoted text clipped - 3 lines]
> "stupid proof". That is the reason for trying to bind everything to command
> button.
mphotographer - 30 Jan 2007 14:33 GMT
it is a dwg file. i am able to print a small version of it just by using
the report, but in order to print a drawing that is 40" i have to open CAD to
do it. My sticking point is automating that printing process.
I can open CAD easy enough...but unsure how to tackle the following steps in
code.
Private Sub LargePrint_Cmd_Click()
Shell "C:\Program Files\Autodesk\MDT 2007\acad.exe"
End Sub
>you talk about bound autocad file and the 40+ images? Is it an autocad
>drawing (dxf, dwg,...) or is it an image (jpg, gif, png,...)? Basically, do
[quoted text clipped - 8 lines]
>> "stupid proof". That is the reason for trying to bind everything to command
>> button.
Daniel - 30 Jan 2007 21:05 GMT
The best answer I found was found here,
http://groups.google.ca/group/autodesk.autocad.connectivity/browse_thread/thread
/e7b84592ce833150/cd141ffc2901dc50
hope it helps,
Daniel
> it is a dwg file. i am able to print a small version of it just by using
> the report, but in order to print a drawing that is 40" i have to open CAD to
[quoted text clipped - 20 lines]
> >> "stupid proof". That is the reason for trying to bind everything to command
> >> button.