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!

Search results for query: *

  • Users: jason12776
  • Order by date
  1. jason12776

    SP2 Issues

    I forgot to mention, when I uninstall SP2, everything works perfectly. Uninstalling SP2 is one of the few uninstalls that works. Thanks again
  2. jason12776

    SP2 Issues

    I have an IBM R31 laptop, 1.1 GHz with 128 MB RAM and 18 GB Hard Drive. I load XP Pro, then Symantec AntiVirus 8.0, run all updates, then load SP2. All seems to be fine. Then, while loading other software, Office XP, and other education software, it seems like Symantec AntiVirus and some...
  3. jason12776

    How can I tell if Office XP SP3 is installed in the Registry?

    Is there a way for me to determine if Office XP SP3 is installed by searching for a key in the registry? I want to deploy SP3 via login script, but I would like for the script to check the registry first so it doesn't try to install every time the user logs in. I found another posting similar...
  4. jason12776

    Word 2000 and XP slow to open files

    I have a Novell network which has about 1300 users. I have one user who has a Windows 2000 SP3 machine who has Office 2000 installed. When he tries to open a file via open file icon, then clicks on the drop down menu to chose a drive, the box will disappear and be completly grey. After about...
  5. jason12776

    cannot open outlook for 30 minutes after logon

    Ok, I'll try that.
  6. jason12776

    cannot open outlook for 30 minutes after logon

    That's what I meant. I deinstalled the entire ms office suite, then reinstalled it. Also, there is nothing in the event viewer that I can go off of. That was the first thing I did.
  7. jason12776

    cannot open outlook for 30 minutes after logon

    I will try that zoeythe cat, but if the only problem I am having is with outlook, could my data port be a problem.
  8. jason12776

    cannot open outlook for 30 minutes after logon

    rzs0502, the values you have listed are exactly the same as the ones I have.
  9. jason12776

    cannot open outlook for 30 minutes after logon

    Yes, it is 30 minutes. I have reinstalled Outlook and still have the same problem. I will try your fix rzs0502 and will keep you informed of the output. Thank you again everyone.
  10. jason12776

    cannot open outlook for 30 minutes after logon

    I have narrowed it down to my machine. I can access Outlook fine on another machine. I am currently reinstalling Outlook. I will keep you updated. Thank you all.
  11. jason12776

    cannot open outlook for 30 minutes after logon

    zoeythecat, I have sp3 installed and outlook is the only thing giving me the problem. After rebooting, I am able to access my network drives just fine, and it seems that I'm the only person having the problem. I'm going to try to delete my profile again, just for the heck of it. I just got...
  12. jason12776

    cannot open outlook for 30 minutes after logon

    Thanks for the feedback everyone. All the settings are correct. I set them, the administrator and another person checked them as well. I removed my profile and added it again on numerous occasions, as did the administrator. I am logging into the "network domain" as well. But the...
  13. jason12776

    cannot open outlook for 30 minutes after logon

    We are using Exchange Server 5.5 and windows 2000 Pro and for some reason, after I log onto my computer, I am unable to access my mail for 30 minutes. When I open outlook, it will prompt me for my username, password and domain, but when I put in all the correct information, I will get an error...
  14. jason12776

    What's wrong with my code

    vb5prgrmmr, could you explain in a little more detail what you just said? I'm still new to the game and don't quite understand what you are suggesting.
  15. jason12776

    What's wrong with my code

    You guys have been an awsome help, and I hate to bug you about this new issue for me, but...when I put in the code, if rs.recordcount <> 0 and rs.eof = false and rs.bof = false then rs.MoveLast rs.MoveFirst End If It will tell me that it cannot fetch backwards, so I have it listed as...
  16. jason12776

    What's wrong with my code

    Awsome catch johnwm. I never would have thought to do that. Anyway, I got a -1 for all 3 query's. lol, how do you get a -1? The weird part about it is, that I know for a fact that there are 6 records with the criteria that I am searching for. Any ideas?
  17. jason12776

    What's wrong with my code

    vb5progrmr, I put the code in and it still acts like it is doing nothing, although it actually is. With rs Do Until .EOF If rs.RecordCount <> 0 And rs.EOF = False And rs.BOF = False Then txtMovie.Text = .Fields(&quot;Movie&quot;)...
  18. jason12776

    What's wrong with my code

    Thanks vb5programmer, but it doesn't work. I get the error, invalid or unqualified reference. I did copy your code and put it in my program, but I also checked all code, and it seems fine. It does stop me on the part: txtMovie.Text = .Fields(&quot;movie&quot;) with .Fields being...
  19. jason12776

    What's wrong with my code

    No I haven't. How could I single step? Is that just the debugging mode? Also, how would I assign all this &quot;mess&quot; to the datagrid?
  20. jason12776

    What's wrong with my code

    I forgot. I don't get any error messages. The processor works for a moment, like it's searching, but then nothing is displayed. If more code is needed, please let me know.

Part and Inventory Search

Back
Top