This should get you started
(defun c:Inscale (/ ip)
(setq tm (getvar "tilemode")); This is the variable you are looking for
(if
(= tm 0)
(progn
(alert "You Are Currently in Paper Space\nYou Will Be Switched to Model Space")
);progn
);if
(command "tilemode" 0)...
I have the following "hot keys" programmed in a lisp routine that gets automatically loaded
(defun C:LI () (command "LINE""QUICK,INT")(prin1))
(defun C:LE () (command "LINE""QUICK,END")(prin1))
(DEFUN C:LQ () (COMMAND "LINE""QUICK,QUAD")(PRIN1))
(defun C:LM () (command...
Look under tools\options and go to display tab..in the "ars and circle smoothnes" box enter a higher number than 1000...I have gone as high as 10000 before.
Why do you need to uninstall sp2..I loaded Autocad 2005 on 11 cad machines with sp2..Just make sure the firewall is disabled first along with any other monitoring softwarte you may have running
Check the dim settings on the dwg that you are plotting from
You could be having a conflict if you are bringing in many x-refs that contain the same named dim styles....
accessuserva
You can download cutepdf printer which installs itself as a windows printer. It will print pdf's full size 24x36 etc.
Its a free program by the way. It may not have all the bells & whistles that Arcoplot & Acrobat have but it seems to do a descent job of creating pdf's
Tim
Try wblocking out the visable objects to a new drawing. That might solve youre problem as blocking it out will only select the visable on-screen items leaving all the other junk.
How Do I Limit the display in a text box to only 1 decimal place. The query from which it is pulling its data only has 2 decimal places but when the text box fills it goes out to 8 decimal places. I have the text box formated for "fixed" with 1 decimal place. Any suggestions
accessuserva
You are correct in that when the form first opens the list box is empty..it should be until after the query gets run.
When I say it pops up in front of the from I am talking about in datasheet view..and no I did not write code for it to do that.....
the data needed to run the query comes from...
The particular query (qrysitedistance) does not run when the form first opens because it needs data from the form in order to work. i.e. I am using lats & longs to calculate the distance between 2 sites. The base site information fill in the form after the site number is picked from another list...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.