spencer.67965
2004-07-27, 05:45 PM
Hello All,
I have recently been trying to automate some printing of standard details. I have set up a TextBox1 with SpinButton to choose the number of print copies this is my code for setting the nubmer of copies.
ThisDrawing.Plot.NumberOfCopies = TextBox1.Text
When my textBox1 is > 1 I get the following plot error: (See Below)
Does anyone know how I can fix this or work around it.
I have also found that it takes about 4 times longer to plot this way then printing it manually. Does anyone know why or how to speed up the printing process.
Thanks for your help,
Spencer
AutoCAD 2005, Windows 2k
Error:
[/url]Job: - Plotted with Errors(s)
Job ID: 2
Sheet set name:
Date and time started: 7/27/2004 11:34:03 AM
Date and time completed: 7/27/2004 11:34:08 AM
UserID: cad
Profile ID: ACUTE
Total sheets: 2
Sheets plotted: 1
Number of errors: 1
Number of warnings: 0
res://C:Program%20FilesAutoCAD%202005AcPltRes.dll/CHECK.GIF (app://toggle/)Sheet: UnsavedDwg_1-Model - Plotted
File: <Unsaved Drawing>
Category name:
Page setup:
Device name: 1 SHARP AR-507 PCL5e Local.pc3
Plot file path:
Paper size: Letter
res://C:Program%20FilesAutoCAD%202005AcPltRes.dll/ERROR.GIF[url="app://toggle/"]Sheet: UnsavedDwg_1-Model - Error(s) Did Not Plot
File: <Unsaved Drawing>
Category name:
Page setup:
Device name: 1 SHARP AR-507 PCL5e Local.pc3
Plot file path:
Paper size: Letter
ERROR: Load Failed
I have recently been trying to automate some printing of standard details. I have set up a TextBox1 with SpinButton to choose the number of print copies this is my code for setting the nubmer of copies.
ThisDrawing.Plot.NumberOfCopies = TextBox1.Text
When my textBox1 is > 1 I get the following plot error: (See Below)
Does anyone know how I can fix this or work around it.
I have also found that it takes about 4 times longer to plot this way then printing it manually. Does anyone know why or how to speed up the printing process.
Thanks for your help,
Spencer
AutoCAD 2005, Windows 2k
Error:
[/url]Job: - Plotted with Errors(s)
Job ID: 2
Sheet set name:
Date and time started: 7/27/2004 11:34:03 AM
Date and time completed: 7/27/2004 11:34:08 AM
UserID: cad
Profile ID: ACUTE
Total sheets: 2
Sheets plotted: 1
Number of errors: 1
Number of warnings: 0
res://C:Program%20FilesAutoCAD%202005AcPltRes.dll/CHECK.GIF (app://toggle/)Sheet: UnsavedDwg_1-Model - Plotted
File: <Unsaved Drawing>
Category name:
Page setup:
Device name: 1 SHARP AR-507 PCL5e Local.pc3
Plot file path:
Paper size: Letter
res://C:Program%20FilesAutoCAD%202005AcPltRes.dll/ERROR.GIF[url="app://toggle/"]Sheet: UnsavedDwg_1-Model - Error(s) Did Not Plot
File: <Unsaved Drawing>
Category name:
Page setup:
Device name: 1 SHARP AR-507 PCL5e Local.pc3
Plot file path:
Paper size: Letter
ERROR: Load Failed