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 Mike Lewis 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. mrdavid57

    Microsoft VBScript runtime (0x800A01A8)

    I'm getting the following error on the the following code when the query returns an empty record set. It's not recognizing my &quot;if statement&quot;. Please Help. Microsoft VBScript runtime (0x800A01A8) if rsV.eof <> &quot;False&quot; then Response.Write(&quot;<script...
  2. mrdavid57

    Operating System Not Found

    I bought a computer from my job and I think they formatted the hard drive because of the licensing issues. When I boot the machine, I get operating system not found. What do I need to do to get the operating system back? I think I have most of the software to do this, but I just don't know what...
  3. mrdavid57

    Create macro in excel.

    How do I create a macro in excel that would save my spreadsheet as one of the cell entries?
  4. mrdavid57

    How do I download multiple files from an ASP to my hard disk?

    Have you ever used the &quot;FileSystemObject.CopyFile&quot; command? I found this command out on the web at &quot;http://msdn.microsoft.com/scripting/vbscript/doc/vsmthCopyFile.htm&quot;, but there is no example. Please help! Thanks
  5. mrdavid57

    How do I download multiple files from an ASP to my hard disk?

    I have an Access Database that contains &quot;File Paths&quot; to certain files out on the network. When I say &quot;File Paths&quot;, I mean, M:\SOFTWARE\DMC1\100R3\CARCK1.OBJ M:\SOFTWARE\DMC1\100R3\GRPCK.OBJ M:\SOFTWARE\DMC1\100R3\KERCK.OBJ...
  6. mrdavid57

    Paradox Error Message

    1). I'm in the process of converting a Paradox application over to MS Access97. I have imported the tables perfectly. I also know that I must redevelope my forms. My problem is whenever I try to view the Paradox application forms to see what tables that they are referencing, I get the message...
  7. mrdavid57

    Paradox Error Message

    1). I'm in the process of converting a Paradox application over to MS Access97. I have imported the tables perfectly. I also know that I must redevelope my forms. My problem is whenever I try to view the Paradox application forms to see what tables that they are referencing, I get the message...
  8. mrdavid57

    Fomatting data as currency.

    Thanks! I am wanting to output the value to the screen on a ASP page from a field in my database. Would you give me an example of the code? And will it work with FrontPage 2000?
  9. mrdavid57

    Fomatting data as currency.

    Thanks! I am wanting to output the value to the screen on your ASP page from a field in your database, then you can use the formatCurrency(number, numOfDigits) vbscript function. Would you give me an example of the code? And will it work with FrontPage 2000?
  10. mrdavid57

    Fomatting data as currency.

    How do I format data as currency using FrontPage 2000 as an editor while developing Active Server Pages(ASP) using an MS SQL database? When I was using an Access Database I used the &quot;FORMAT&quot; command. This does not work with MS SQL 7.0. Please advise.
  11. mrdavid57

    Fomatting data as currency.

    How do I format data as currency using FrontPage 2000 as an editor while developing Active Server Pages(ASP) using an MS SQL database? When I was using an Access Database I used the &quot;FORMAT&quot; command. This does not work with MS SQL 7.0. Please advise.

Part and Inventory Search

Back
Top