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 TouchToneTommy 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 jaa69

  1. jaa69

    Removing Service Pack 2 from XP Pro machine

    Is it safe or is there anything I need ot be aware of for removing Service Pack 2 from an XP box? Certain applications are having trouble running because of a bad DLL. Particularly doing a print job out of Fox pro Ver. 7. When it goes to print we blue screen. Any suggestions or help would be...
  2. jaa69

    How to automatically log in

    Thanks rjs that was perfect.
  3. jaa69

    How to automatically log in

    Using Novell Client 4.8 on an NT Box. I can automatically login to the windows server with a few changes to the Registry. But I need to alos log in a 5.1 Server at the same time. Anyone know of what I hav to do to automatically login when re booted? Thank You
  4. jaa69

    Machine names of Network

    Try this oNet = CREATEOBJECT('Wscript.network') STORE onet.computername TO mmachine
  5. jaa69

    Spell Checking

    I was thinking the same thing it is picking up the wrong part of the clipboard. Ok will have to look into that. If anyone else has any ideas please let me know.
  6. jaa69

    Spell Checking

    Thanks guys for all the help I got this out of one of the FAQ'a that I was directed to. IF EMPTY(ThisForm.Edit1.Value) RETURN ENDIF oWord = CreateObject("word.application") With oWord .Documents.add .Selection.TypeText(ThisForm.Edit1.Value) .Visible = .T...
  7. jaa69

    Spell Checking

    Anyone hav any Ideas or know of any third Party Spell Checkers. I just need to Spell check a Memo Field while it is displayed still. Make corrections and save it. If anyone has an IDea about this please let me know.
  8. jaa69

    Unloading a DLL

    TheLad, Yes I realize it is a pain. I think SP6a may have actually done it, there was an older program on the system that is having a real hard time running it. Besides taking the drive out and reading it on another machine isn;t there anyway to get rid of this copy and put another one on it?
  9. jaa69

    Unloading a DLL

    I will see if that is practical to remove the drive from the computer and overwrite it that way. While waiting for a decision on that anyone else have any ideas while the machine is running/ What is PView taht the system says I should use to remove a bad DLL?
  10. jaa69

    Unloading a DLL

    I am on a Windows NT Workstation. A DLL seems to have been corrupted. msvcrt.dll I have a backup copy of this DLL but I can not just copy it to the system32 Directory. An error comes up and suggest using PView. I have not been able to find out anything on PView. Does anyone have a suggestion how...
  11. jaa69

    Question about runtime files.

    Version 6.0 and 7.0 I use both depending on the end user.
  12. jaa69

    Question about runtime files.

    If you do a complete set up on a machine the runtime files will be loaded on the local computer. My question is on a network thsese files may be placed with the applicatio so they do not have to be loaded on every machine. If an application is loaded on each machine only using data on a server...
  13. jaa69

    How do I

    We are using CITRIX (with win2k) and using roaming profile. I mapped the profile to each users. When the users logon to terminal service I noticed at the server when I rightclick on my computer, user profile tab, it shows their profiles (roaming or local). I DON'T want their profiles to show at...
  14. jaa69

    Password changes on 2 trees

    When a user needs to change thier password, it will require them to every 60 days. I have a few places where they are logged into 2 separate trees. It will change the main tree and the NT password, but can not get it to change the password on the other tree. Anyone can point me in a direction of...
  15. jaa69

    wsreg32.exe locking workstations

    From what I can tell it is running from the login script I have no idea about running it manually. The Net Admin set all this stuff up and he is to busy to fix this issue. I'm asking because I have to jump up every 10 minutes to help users get into thier computers. So I'm sorry but I can not get...

Part and Inventory Search

Back
Top