Search:

Type: Posts; User: msnyder701

Search: Search took 0.05 seconds.

  1. Replies
    4
    Views
    913

    Re: Pausing while loading IE pages

    Thanks! I'll try it.
  2. Replies
    4
    Views
    919

    Re: Odd (to me, anyway) timing problem

    Well, I finally figured it out. The problem was that when I called PlaySound, I passed it the parameter &H0 which tells the function to run synchronously. When I changed it to &H1 which is for...
  3. Replies
    4
    Views
    919

    Re: Odd (to me, anyway) timing problem

    Huh. Well, now it seems to work just fine--clock disappears first. Thanks for your help!
  4. Replies
    4
    Views
    919

    Re: Odd (to me, anyway) timing problem

    Hi Shaggy Hiker--Thanks for the tip about pasting in code!

    Anyway, adding Application.DoEvents makes the countdown clock disappear even if the "Nothing found" message box is still present (whereas...
  5. Replies
    4
    Views
    919

    Odd (to me, anyway) timing problem

    Hi all--So I have some code which opens IE to a particular search from a search engine (which takes awhile) and then either makes the page visible, or else reports that there were no search results...
  6. Replies
    4
    Views
    913

    Re: Pausing while loading IE pages

    Thanks! I'll try it tomorrow.
  7. Replies
    4
    Views
    913

    Pausing while loading IE pages

    I have a VBA routine which starts IE at a search site (let's call it phase A). During request processing (phase B), a "Loading..." page is displayed. After that (phase C), the results page comes up...
  8. Re: Need to select an item from a dropdown box on a web page

    And here's my code which puts in the search string on the initial page:

    Dim ie As Object
    Set ie = CreateObject("internetexplorer.application")
    ie.navigate "https://patentscout.innography.com/"...
  9. Re: Need to select an item from a dropdown box on a web page

    OK, here is (I think) the relevant section from the page:

    <div class="filter-list">

    <div class="styled-select"><select id="source_jurisdiction" name="source_jurisdiction" title=""...
  10. Re: Need to select an item from a dropdown box on a web page

    I've got the page source but I can't seem to paste it all into a thread reply. Is it too long maybe?
  11. Re: Need to select an item from a dropdown box on a web page

    OK, let me go to the page myself and grab the entire page source.
  12. Need to select an item from a dropdown box on a web page

    By way of background, https://patentscout.innography.com is a patent search site. If you enter text in the search field ("light bulb", for instance), a new page opens with the results of that...
Results 1 to 12 of 12



Click Here to Expand Forum to Full Width