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: Neill
  • Order by date
  1. Neill

    ASP http error 404

    I'm having a very wierd problem with an ASP app.<br> <br> Some users are getting the <br> <br> HTTP 404 Error<br> <br> Cannot find file or web page etc.<br> <br> This is odd because 95% of users are fine.<br> <br> Has anybody got any suggestions
  2. Neill

    VB6 & MTS - Context Object Errors

    Another problem is using the new keyword when setting an object variable.<br> <br> To use MTS you have to instantiate objects using the CreateObject function<br> <br> Eg. Instead of <br> Set obj = new object<br> set obj = CreateObject(object)<br> <br> <br>

Part and Inventory Search

Back
Top