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 Wanet Telecoms Ltd 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 InternVirtuoso

  1. InternVirtuoso

    error with multiple users

    thanks! that was excactly the problem. when I was testing by myself I would just put a few random letters into each field, but when we were doing "real" testing we used longer inputs. This led me to believe that the problem was with the number of users, when it was just my field...
  2. InternVirtuoso

    multiple users error

    when I was testing by myself I would just put a few random letters in each text field, unlike when we were doing "real" testing with multiple users. Thank you so much! You just saved me a lot of trouble.
  3. InternVirtuoso

    multiple users error

    If there is a single user on my website it works just fine, but when there are multiple users it gives the following error: -------------- Microsoft OLE DB Provider for ODBC Drivers error '80040e21' Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No...
  4. InternVirtuoso

    error with multiple users

    This is the error I have been getting: -------------- Microsoft OLE DB Provider for ODBC Drivers error '80040e21' Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done. --------------
  5. InternVirtuoso

    error with multiple users

    I was wondering if there was a setting in Access that prevents more than one user from accessing the database at the same time. I have a database website, and when more than one person tries to access the database it gives me an error. Everything works fine for a single user. Could the problem...
  6. InternVirtuoso

    copy and rename file on server

    Is there an easy way to copy and rename a file on the server? Basically I have a word document that I want to be copied and renamed from test.doc to test_username.doc
  7. InternVirtuoso

    Saving Document onto Computer

    Thanks Pete, but my boss didn't like the idea of using activeX or the fact that the user would have to agree to save it. He wants it all to be automatic. Lebisol: Are you saying to just make an html page look like a word document? It would have to be stored with the '.doc' extension. Is that...
  8. InternVirtuoso

    Saving Document onto Computer

    I have sucessfully been able to populate a Word document with information from an Access database. The Word document pops up in a window for the user to save onto their computer. My boss just asked me to change this so that the file is automatically saved onto the user's computer. He wants me...
  9. InternVirtuoso

    Refreshing page with pop up window

    Is there any way to refresh another page using a pop up window after clicking a submit button? Basically I have a pop up window to allow the user to enter a comment in, and I want that comment to be displayed on the main page after the user submits it with the pop up window. I have tried...
  10. InternVirtuoso

    Hiding part of the URL

    Unfortunately the ID is generated after the form has been posted. Maybe I can do what you suggested and make a second page to sort out the information.
  11. InternVirtuoso

    Hiding part of the URL

    i'll definitely check that out. thanks!
  12. InternVirtuoso

    Hiding part of the URL

    TonyU, are you saying to just make a session variable to hold the information about the ID? I've done that on past pages, but I am concerned about users timing out. Maybe I'll extend the lifetime of session variables and try it out. But does that mean that there is no way to hide part of the...
  13. InternVirtuoso

    Hiding part of the URL

    I pass some information in the URL with the querystring. The problem is that I am afraid that someone is going to change the values of the variables in the URL. for example: localhost/example.asp?ID=74 someone could just change the ID number in the URL. Is there any way to hide part of the...

Part and Inventory Search

Back
Top