Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by accessuserva

  1. accessuserva

    Mouse keeps highlighting in Excel

    Make sure the scroll lock key is not on
  2. accessuserva

    Question on MCSA/MCSE test paths

    You might want to look at the requirements for Server 2008..I belive the MCSE is going away for that version. To be replaced by more specific certs.
  3. accessuserva

    canot turn off system restore or reduce amount of space

    What antivirus program are you running...Norton perhaps?
  4. accessuserva

    Windows XP slow login/logoff

    What is the size of your profile..rather large profiles can cause slower than normal logons & logoffs
  5. accessuserva

    Printer setup for local user

    Does user y have permissions to add printers...check domain policy or local policy..one or the other could be set to deny permissions to "users
  6. accessuserva

    Remove Printing status message

    go to "Printers & Faxes" File Server properties Advanced Uncheck the bottom 2 (1 if the other is greyed out) That should solve your issue
  7. accessuserva

    Fail to Map Network Drives

    try flushing your dns cache with ipconfig
  8. accessuserva

    autolisp for checking what the current / active space is..

    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)...
  9. accessuserva

    Osnap Lisp routine

    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...
  10. accessuserva

    Round circles

    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.
  11. accessuserva

    Excel subnet formula

    How about a program that runs thru javascript. You can subnet based on number of subnets needed, or number of hosts needed per subnet. accessuserva
  12. accessuserva

    Uninstall SP2

    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
  13. accessuserva

    2004 express tools...

    Look at the help file..some of them went to the command line for whatever reason accessuserva
  14. accessuserva

    can't select on defpoints layer

    Make sure layer 0 is not off of frozen accessuserva
  15. accessuserva

    xrefs and associative dimensions

    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

Part and Inventory Search

Back
Top