Annoying issue
Annoying issue
(OP)
This is probably more of a rant than anything else but here goes. Does anyone else find it annoying that when you open a drawing (not the model) and print it then try to close it you get the "Save Changes" pop-up window when you have not made any changes. I have had to print a ton of drawings today and it gets old having to click that box everytime. Is there a setting that can be changed to avoid this "Save Changes" unless an actual change has been made? :(
Bloodclot
Bloodclot
What do you see when the Pillsbury Dough Boy bends over?
Doughnuts






RE: Annoying issue
That would annoy me too.
Windows XP / Logitech "Premium" Optical mouse
SolidWorks 2006 SP4.1 / SpaceBall 5000
Lava Lamp
www.Tate3d.com
RE: Annoying issue
Boottmills![[soapbox] soapbox](https://www.tipmaster.com/images/soapbox.gif)
SW2006 SP3.0
RE: Annoying issue
Regards,
Scott Baugh, CSWP
www.scottjbaugh.com
FAQ731-376
RE: Annoying issue
Stefan Hamminga
EngIT Solutions
CSWP/Mechanical designer/AI student
RE: Annoying issue
1) Opens a heckuva lot faster, and
2) doesn't ask to save when you close.
Should save time and mouseclicks...if you don't want to go the task-scheduler route.
RE: Annoying issue
SA
RE: Annoying issue
"No there is not a setting to change this, but if you are printing a lot of drawings and if you have Task scheduler, why don't you use that instead"
Because Task Scheduler doesn't work!
I know that's a bit of an exaggeration, but every time I use it to try to print PDMWorks drgs it's a disaster - if only it worked as well as PAC4SWX.
RE: Annoying issue
RE: Annoying issue
RE: Annoying issue
Thanks again to everyone,
Bloodclot
What do you see when the Pillsbury Dough Boy bends over?
Doughnuts
RE: Annoying issue
CODE
Dim swApp As SldWorks.SldWorks
Set swApp = Application.SldWorks
swApp.CloseDoc (swApp.ActiveDoc.GetPathName)
End Sub
RE: Annoying issue
I assigned it to a new macro button and bam it works great. I gotta learn how to write code so I can come up with cool stuff like this!
Thanks again,
Bloodclot
What do you see when the Pillsbury Dough Boy bends over?
Doughnuts