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 wOOdy-Soft 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 aojonesoa

  1. aojonesoa

    Error Message in Internet

    Please let me know if there is a forum on IE. I did not find one and thought this was the most appropriate one.
  2. aojonesoa

    Error Message in Internet

    Thanks for the information, but I believe we have tried this before. Also, another piece of information is that this happens on almost every website visited. Any more thoughts?
  3. aojonesoa

    Error Message in Internet

    The following error message comes up at many times while browsing on the internet: Internet Explorer Script Error An error has occurred in the script on this page Line: 2 Char: 9 Error: Invalid Character Code: 0 URL: http://www.ebay.com/...
  4. aojonesoa

    Import from .txt files

    That is a good idea though, I'll try to import into and Excel file first, I'll let you know how it goes. Thanks, [thumbsup]
  5. aojonesoa

    Import from .txt files

    At this point I could choose to append to an existing table or to a new one. I have been trying a new one lately where all the fields are named "Field1, Field2, etc", but even then, how do I handle the data when its in this table. Ultimately I have to get the data in known field...
  6. aojonesoa

    Import from .txt files

    I automated the import of text, then found out that the field names from the text files I'm importing from do not always have the columns in the same order. To make matters worse, not all the columns are there all the time. At this point, I've decided the best thing to do is to import the...
  7. aojonesoa

    ASP Countdown to Date

    My niece is getting married and I would like to put a countdown to her wedding date and time. I have found some sample code, but it doesn't work exactly right. For example, when the time is before the time of the wedding, it doesn't work right, it would either be negative minutes, or more than...
  8. aojonesoa

    Error 404

    The following error message pops up when I try to Publish to a server: Error 404 HTTP Error 404 404 Not Found The Web server cannot find the file or script you asked for. Please check the URL to ensure that the path is correct. Please contact the server's administrator if this problem persists...
  9. aojonesoa

    Post or Get, That is the question?

    That is kind of what I was thinking. But is it true that there is no other difference? Can I do everything with POST that I can with GET?
  10. aojonesoa

    Post or Get, That is the question?

    What would be a good example of when you would choose a GET method over a POST? What would be a good example of when you would choose a POST method over a GET? It appears (to me) the only difference is that the GET adds the variables to the URL and the POST doesn't (and querystring vs form)...
  11. aojonesoa

    Rounding Numbers

    I'm trying to fix a number to 2 decimal places even if the calculated value ends in zero. How do you do that in VBScript? Thx:-)
  12. aojonesoa

    VBScript Question

    Using VBScript in an ASP, I am doing a calculation that would require many different things to be added together. However, when I put in a carriage return, it doesn't work. How can you continue a formula onto multiple lines of code without generating an error? Should be simple. Thanks!:-)
  13. aojonesoa

    Simple ASP question

    If I try to fill in a text field from the previous page with a POST command, it only transfers the text before the first space. Example: <input type=&quot;text&quot; name=&quot;Name&quot;> <!is on first page <input type=&quot;text&quot; name=&quot;T1&quot...
  14. aojonesoa

    Dim Db as Database

    Uh, what? All references should be there, I simply imported all tables, queries, forms, reports, macros and modules from my old database that still works (on the same PC). As far as DAO 3.51 or 3.6, I don't know how to check that. Is it possible I have both installed, one used by Access 97...
  15. aojonesoa

    Dim Db as Database

    I wrote a pretty intense application in Access 97 that contain several lookups based on the Database object. When I tried to run the application in Access 2000, it comes up with a compile error in all forms that have lookups referencing the Database object. What am I to do? One thing to...

Part and Inventory Search

Back
Top