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: Thenolos
  • Content: Threads
  • Order by date
  1. Thenolos

    InternetExporer Object READYSTATE_COMPLETE woes

    Howdy, I have an Access 97 application that I use to fill out information on various webforms. This database accesses several sites that are almost exactly the same. After IE navigates to a new page I am using the following code to wait for the page to finish loading before moving on...
  2. Thenolos

    InternetExplorer ReadyState_Complete

    Howdy, I have an Access 97 application that I use to fill out information on various webforms. This database accesses several sites that are almost exactly the same. After IE navigates to a new page I am using the following code to wait for the page to finish loading before moving on: Public...
  3. Thenolos

    code hung up at dialog box

    Howdy, I'm creating a Microsoft Access 97 application that browses through a website and gathers information. When going from page to page it encounters a dialog box asking for some basic information. I have an API function that deals with the dialog box beautifully. The problem I'm having...
  4. Thenolos

    Code stops at dialog box

    Howdy, I'm creating an application that browses through a website and gathers information. When going from page to page it encounters a dialog box asking for some basic information. I have an API function that deals with the dialog box beautifully. The problem I'm having is that when the...
  5. Thenolos

    Sub-Sub-Sub-Form Issue?

    Hello guys. I seem to have a problem implementing a subform within a subform, within a subform... you get the idea. Anyways. The subform works great when the main form it is in is opened on its own. It also works when the subform it is in is opened as a subform. However when the form it...
  6. Thenolos

    Fill In File Input Field with VBscript

    Hello, I'm creating an application that logs on to a website and files paperwork with that website automatically. Everything is going peachy with the exception of uploading my PDF documents to the site (one of the final stages). I know the direct file location to the PDFs and want to have that...
  7. Thenolos

    Screen Scraping

    Hello, I am picking apart a database that was created by someone who used to work in our department... The purpose of the code is to screen scrape the information from another window. This is a my modified version of his code... I get the concept, and the code works great, however I cannot...
  8. Thenolos

    Record navigation with multiple subforms

    Howdy, I'm working on a new database that utilizes a good deal of subforms. Structure is like this Main Form / Subform / Sub-Subform (or whatever you call it). I have record navigation command buttons on the Subform that I would like to control the records on the Sub-Subform. The code I am...
  9. Thenolos

    Mystery Error #0

    After debugging auto email code for access and lotus, I'm still running into one error. It has no error description, but Msgbox Err.Number returns 0. Anyone ever run into this before? What is it?
  10. Thenolos

    Email from Lotus using Access Error

    Hey guys... Having a bit of a frustrating problem. I seem to be randomly getting an error when I click the command button to send an email. This is what it says: "This action cannot be completed because the ARC Bankruptcy - Inbox - Lotus Notes application (ARC Bankruptcy - Inbox - Lotus...
  11. Thenolos

    Delete command problems

    I have a simple form where I use a combo box to select a record, and then a delete button to delete the record. For some reason, after I add the combo box selection code, the delete button either no longer works, or wants to delete an entire unrelated table... I'm completely clueless... Here's...
  12. Thenolos

    Form checking query field for boolean value.

    Hello, I have a Command Button on a form that needs to check a query field for a boolean value of true or false. The Query field it checks is based on a combo box. For example. If [Combo90].Value is "Northern Florida" , I want to check and see if field [Northern Florida] on a query that...

Part and Inventory Search

Back
Top