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 Chriss Miller 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: *

  1. NeedHelpProgrammer

    Runtime error: type mismatch UBound

    I have looked over my global.asp and my add.asp. I keep getting this same type mismatch error. Microsoft VBScript runtime (0x800A000D) Type mismatch: 'UBound' /aspApp/add.asp, line 5 This is the area of code that I keep fumbling on. Depts = Application("Depts") For i = 0 to...
  2. NeedHelpProgrammer

    FileSystemObject - TextStream object

    Here is my code: Set objFile = Server.CreateObject("Scripting.FileSystemObject") Set objStream = objFile.OpenTextFile("employees.dat", ForAppending, TRUE, TriStateUseDefault) objStream.WriteLine(Name & vbTab & Dept & vbTab & Home_Phone & vbTab & Extension) objStream.Close...
  3. NeedHelpProgrammer

    Cannot get ASP pages to upload

    I have Windows XP pro. I've installed IIS5.1 from the Windows Components section. I've checked the application settings in the IIS console. But, I still cannot get asp pages to load. I have the same problem on both my laptop and desktop. Whatever I'm doing or not doing, I'm doing that twice. Help.
  4. NeedHelpProgrammer

    Cannot get ASP pages to upload

    I have Windows XP pro. I've installed IIS5.1 from the Windows Components section. I've checked the application settings in the IIS console. But, I still cannot get asp pages to load. I have the same problem on both my laptop and desktop. Whatever I'm doing or not doing, I'm doing that twice. Help.
  5. NeedHelpProgrammer

    ASP not loading on IIS5.1

    My operating system is WindowsXP Pro. Orginally I installed Apache. I had Perl and PHP working. Then I wanted to run ASP pages. I learned that in order to use Apache with ASP pages, I would need to download a special ASP version to run on Apache. Is that correct? I didn't want to do that. I need...

Part and Inventory Search

Back
Top