aaryan Posted February 16, 2013 Posted February 16, 2013 Hi All, Please Help. With SDI set to 1, Filedia set to 0 and Lispinit set to 0. I am trying to make a routine which open some drawings and add blocks inside them. I have noticed that the current drawing in which my routine uploaded and started functioning needs to be saved sometime. Is there a way to notify that a current drawing require save? because whenever i run the routine with the following code sometimes it ask "Do You Really Want to Discard Changes ?" and sometimes not if its a fresh or already saved drawing. I want to get rid off that question. (vl-cmdf "_.Open" (strcat Directory "\\" (nth cntr DrawingList))) (vl-cmdf "_.Qsave") Any Help would be appreciated. Thanks and Regards Aaryan Quote
BIGAL Posted February 16, 2013 Posted February 16, 2013 You can never save enough so add a qsave before the new open Quote
aaryan Posted February 16, 2013 Author Posted February 16, 2013 Thank You Bigal. Problem Solved. Quote
David Bethel Posted February 16, 2013 Posted February 16, 2013 You can look into DBMOD setting ( DataBaseMODified ) -David Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.